Skip to content

Commit 20399a4

Browse files
committed
Allow JSON-RPC response to GET when resuming
1 parent 103bcc0 commit 20399a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/specification/draft/basic/transports.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ URL like `https://example.com/mcp`.
116116
- The server **MAY** send JSON-RPC _requests_ and _notifications_ on the stream.
117117
These messages **SHOULD** be unrelated to any concurrently-running JSON-RPC
118118
_request_ from the client.
119-
- The server **MUST NOT** send JSON-RPC _responses_ on the stream.
119+
- 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.
120122
- The server **MAY** close the SSE stream at any time.
121123
- The client **MAY** close the SSE stream at any time.
122124

0 commit comments

Comments
 (0)