File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/specification/draft/basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ URL like `https://example.com/mcp`.
109
109
- The client ** MUST** include an ` Accept ` header, listing ` text/event-stream ` as a
110
110
supported content type.
111
111
- The server ** MUST** either return ` Content-Type: text/event-stream ` in response to
112
- this HTTP GET, or else HTTP status code 204 No Content with no body. The client
113
- ** MUST ** support both these cases .
112
+ this HTTP GET, or else error out with HTTP 406 Not Acceptable, indicating that the
113
+ server does not offer an SSE stream at this endpoint .
114
114
- If the server initiates an SSE stream:
115
115
- The server ** MAY** close the SSE stream at any time.
116
116
- The client ** MAY** close the SSE stream at any time.
You can’t perform that action at this time.
0 commit comments