Skip to content

Commit 0f4924b

Browse files
committed
Clarify backwards compatibility language
1 parent 67fe21f commit 0f4924b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specification/draft/basic/transports.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ protocol version 2024-11-05) as follows:
241241
old transport or the new transport.
242242
2. Attempt to POST an `InitializeRequest` to the server URL, with an `Accept` header as
243243
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.
244+
- If it succeeds, the client can assume this is a server supporting the new Streamable
245+
HTTP transport.
246246
- If it fails with an HTTP 4xx status code (e.g., 405 Method Not Allowed or 404 Not
247247
Found):
248248
- Issue a GET request to the server URL, expecting that this will open an SSE stream

0 commit comments

Comments
 (0)