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 103bcc0 commit 20399a4Copy full SHA for 20399a4
docs/specification/draft/basic/transports.md
@@ -116,7 +116,9 @@ URL like `https://example.com/mcp`.
116
- The server **MAY** send JSON-RPC _requests_ and _notifications_ on the stream.
117
These messages **SHOULD** be unrelated to any concurrently-running JSON-RPC
118
_request_ from the client.
119
- - The server **MUST NOT** send JSON-RPC _responses_ on the stream.
+ - The server **MUST NOT** send a JSON-RPC _response_ on the stream **unless**
120
+ [resuming](#resumability-and-redelivery) a stream associated with a previous
121
+ client request.
122
- The server **MAY** close the SSE stream at any time.
123
- The client **MAY** close the SSE stream at any time.
124
0 commit comments