We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cffe4f commit 103bcc0Copy full SHA for 103bcc0
docs/specification/draft/basic/transports.md
@@ -84,7 +84,7 @@ URL like `https://example.com/mcp`.
84
JSON-RPC _response_. These messages **SHOULD** relate to the originating client
85
_request_.
86
- The server **SHOULD NOT** close the SSE stream before sending the JSON-RPC
87
- _response_.
+ _response_, unless the [session](#session-management) expires.
88
- After the JSON-RPC _response_ has been sent, the server **MAY** close the SSE
89
stream at any time.
90
- Disconnection **MAY** occur at any time (e.g., due to network conditions).
0 commit comments