Skip to content

Commit 103bcc0

Browse files
committed
SSE stream can close due to session expiry
1 parent 9cffe4f commit 103bcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/draft/basic/transports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ URL like `https://example.com/mcp`.
8484
JSON-RPC _response_. These messages **SHOULD** relate to the originating client
8585
_request_.
8686
- The server **SHOULD NOT** close the SSE stream before sending the JSON-RPC
87-
_response_.
87+
_response_, unless the [session](#session-management) expires.
8888
- After the JSON-RPC _response_ has been sent, the server **MAY** close the SSE
8989
stream at any time.
9090
- Disconnection **MAY** occur at any time (e.g., due to network conditions).

0 commit comments

Comments
 (0)