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
@@ -99,7 +99,7 @@ After `connect` succeeds, the HTTP transport captures the `Mcp-Session-Id` heade
99
99
100
100
```ruby
101
101
http_transport.session_id # => "abc123..."
102
-
http_transport.protocol_version # => "2025-11-25"
102
+
http_transport.protocol_version # => "2026-07-28"
103
103
```
104
104
105
105
If the server terminates the session, subsequent requests return HTTP 404 and the transport raises `MCP::Client::SessionExpiredError` (a subclass of `RequestHandlerError`). Session state is cleared automatically; callers should start a new session by calling `connect` again.
0 commit comments