You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,6 +338,8 @@ This will make all new server instances use the specified protocol version inste
338
338
MCP::Server.protocol_version =nil
339
339
```
340
340
341
+
If an invalid `protocol_version` value is set, an `ArgumentError` is raised.
342
+
341
343
Be sure to check the [MCP spec](https://modelcontextprotocol.io/specification/2025-03-26) for the protocol version to understand the supported features for the version being set.
0 commit comments