Skip to content

Commit bed9aec

Browse files
halter73Copilot
andcommitted
Fix SSE session ID mechanism in transport comparison table
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b9fe994 commit bed9aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concepts/transports/transports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ No additional configuration is needed. When a client connects using the SSE prot
207207
|---------|-------|-----------------------------|----------------------------|--------------|
208208
| Process model | Child process | Remote HTTP | Remote HTTP | Remote HTTP |
209209
| 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 |
211211
| Server-to-client requests || ✗ (see [MRTR proposal](https://github.com/modelcontextprotocol/csharp-sdk/pull/1458)) |||
212212
| Unsolicited notifications |||||
213213
| Session resumption | N/A | N/A |||

0 commit comments

Comments
 (0)