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
| Process model | Child process | Remote HTTP | Remote HTTP | Remote HTTP |
209
209
| Direction | Bidirectional | Request-response | Bidirectional | Server→client stream + client→server POST |
210
-
| Sessions | Implicit (one per process) | None — each request is independent |`Mcp-Session-Id` tracked in memory |`Mcp-Session-Id` tracked in memory |
210
+
| Sessions | Implicit (one per process) | None — each request is independent |`Mcp-Session-Id` tracked in memory | Session ID via query string, tracked in memory |
0 commit comments