Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Replace HTTP+SSE with new "Streamable HTTP" transport #206

Merged
merged 24 commits into from
Mar 24, 2025
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ec96e58
"Streamable HTTP" spec
jspahrsummers Mar 17, 2025
fb8e9ce
Remove other references to SSE
jspahrsummers Mar 17, 2025
66a1cdd
Fix formatting
jspahrsummers Mar 17, 2025
39af45c
Explain resumability
jspahrsummers Mar 17, 2025
5474985
Indicate when sessions are resumed vs. created
jspahrsummers Mar 17, 2025
bd504c8
Change "multiple connections" requirements
jspahrsummers Mar 17, 2025
048f812
Rephrase "bidirectional communication"
jspahrsummers Mar 17, 2025
1917ba4
Endpoint *path
jspahrsummers Mar 17, 2025
e0b3493
GET endpoint can now return 406 Not Acceptable
jspahrsummers Mar 17, 2025
b3364c9
Provide auth tokens with every request
jspahrsummers Mar 18, 2025
732fdd2
Simplify what goes into which stream; disallow streaming on notifs/re…
jspahrsummers Mar 18, 2025
4001c48
Resumability should operate on a per-stream basis
jspahrsummers Mar 18, 2025
d5e0a0e
Establish sessions on server, not client
jspahrsummers Mar 18, 2025
ea699ca
Update sequence diagram
jspahrsummers Mar 18, 2025
9cffe4f
Disconnection shouldn't be cancellation
jspahrsummers Mar 18, 2025
103bcc0
SSE stream can close due to session expiry
jspahrsummers Mar 18, 2025
20399a4
Allow JSON-RPC response to GET when resuming
jspahrsummers Mar 18, 2025
06abe2c
Allow clients to terminate sessions
jspahrsummers Mar 18, 2025
fe418dd
Regenerate JSON schema
jspahrsummers Mar 18, 2025
67fe21f
Merge branch 'main' into justin/new-http-transport
jspahrsummers Mar 19, 2025
0f4924b
Clarify backwards compatibility language
jspahrsummers Mar 19, 2025
29fcf7e
Update docs/specification/draft/basic/transports.md
jspahrsummers Mar 24, 2025
60dbfcd
Move session ID entirely out of band
jspahrsummers Mar 24, 2025
3a57a03
Formatting
jspahrsummers Mar 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clarify backwards compatibility language
jspahrsummers committed Mar 19, 2025
commit 0f4924b07447073cbe1e29fbe64e42d379b52b04
4 changes: 2 additions & 2 deletions docs/specification/draft/basic/transports.md
Original file line number Diff line number Diff line change
@@ -241,8 +241,8 @@ protocol version 2024-11-05) as follows:
old transport or the new transport.
2. Attempt to POST an `InitializeRequest` to the server URL, with an `Accept` header as
defined above:
- If it succeeds or opens an SSE stream in response, the client can assume this is a
server supporting the new Streamable HTTP transport.
- If it succeeds, the client can assume this is a server supporting the new Streamable
HTTP transport.
- If it fails with an HTTP 4xx status code (e.g., 405 Method Not Allowed or 404 Not
Found):
- Issue a GET request to the server URL, expecting that this will open an SSE stream