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 67fe21f commit 0f4924bCopy full SHA for 0f4924b
docs/specification/draft/basic/transports.md
@@ -241,8 +241,8 @@ protocol version 2024-11-05) as follows:
241
old transport or the new transport.
242
2. Attempt to POST an `InitializeRequest` to the server URL, with an `Accept` header as
243
defined above:
244
- - If it succeeds or opens an SSE stream in response, the client can assume this is a
245
- server supporting the new Streamable HTTP transport.
+ - If it succeeds, the client can assume this is a server supporting the new Streamable
+ HTTP transport.
246
- If it fails with an HTTP 4xx status code (e.g., 405 Method Not Allowed or 404 Not
247
Found):
248
- Issue a GET request to the server URL, expecting that this will open an SSE stream
0 commit comments