-
Notifications
You must be signed in to change notification settings - Fork 1.6k
SEP-2575: Make MCP Stateless #2575
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
Merged
kurtisvg
merged 69 commits into
modelcontextprotocol:main
from
kurtisvg:sep-1442-reborn
May 11, 2026
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
ca30fd7
chore: migrate SEP-1442 into PR-based SEP format
kurtisvg 8266c2a
chore: assign PR number 2575 to SEP
kurtisvg ef60c11
chore: set sponsor
kurtisvg d02d153
feat: remove session content and clean up SEP
kurtisvg 74f0418
chore: generate SEP docs
kurtisvg 59e31eb
feat: address review feedback on SEP-2575
kurtisvg 9535230
chore: regenerate and format SEP docs
kurtisvg bf5ed88
fix: use io.modelcontextprotocol/ prefix for _meta keys
kurtisvg 9692bc0
fix: simplify security implications section
kurtisvg a17e8c1
feat: rename to notifications/listen, remove GET endpoint, deprecate …
kurtisvg 16c83ea
fix: rename mcpProtocolVersion to protocolVersion
kurtisvg a002745
feat: move notification subscriptions into notifications/listen params
kurtisvg 38a8ba5
feat: add MissingRequiredClientCapability error, use TS interfaces fo…
kurtisvg dc78242
feat: use RequestMetaObject instead of Request for schema diffs
kurtisvg e835622
fix: clarify first SSE event wording
kurtisvg f0d64cc
chore: regenerate docs after rebase
kurtisvg 0a79f5e
fix: clarify HTTP header and payload must match
kurtisvg 1ffcaf7
fix: include roots, logLevel, clientInfo in RequestMetaObject diff
kurtisvg 4efd9db
chore: add open question on _meta vs top-level fields
kurtisvg 3a24abc
fix: clarify unsupported protocol version covers known and unknown ve…
kurtisvg 2f8e87d
fix: align UnsupportedProtocolVersionError with current spec
kurtisvg f760e1f
docs: add FAQ on server/discover vs Server Card
kurtisvg f39f22a
fix: rename DiscoveryRequest/Result to DiscoverRequest/Result
kurtisvg c212b42
fix: clarify server/discover is required for servers, optional for cl…
kurtisvg 30c3c2d
fix: require clientCapabilities on every request
kurtisvg 496a9c5
fix: explain how SEP-2260 and SEP-2322 eliminate server-to-client req…
kurtisvg 1529765
fix: tighten missing capability error wording
kurtisvg faf8e67
fix: define absence semantics for _meta fields and defer roots to MRTR
kurtisvg c4a0c19
fix: restructure Per-Request Client Capabilities section
kurtisvg 09cbb49
fix: remove ping RPC
kurtisvg b9f1753
fix: add logLevel to notifications/listen subscription filter
kurtisvg 7a541b8
fix: rename notifications/listen to subscriptions/listen
kurtisvg dc4c2aa
fix: have ack notification confirm subscriptions server agreed to
kurtisvg b6c82ec
fix: specify request cancellation behavior for HTTP and STDIO
kurtisvg a84dbfa
fix: make _meta required in SubscriptionsListenRequest
kurtisvg 6c420f4
feat: support multiple subscriptions with request ID correlation
kurtisvg a1968d5
fix: clarify STDIO backward-compat probe applies to dual-version clie…
kurtisvg da316b0
fix: clarify missing capability check is for individual capabilities
kurtisvg 87b48c6
fix: clarify subscription lifecycle and remove stale result wording
kurtisvg 369e7b0
feat: remove resumable streams in favor of tasks primitive
kurtisvg f7d68ef
fix: clarify ping is removed in both directions
kurtisvg 4a0661f
docs: rewrite lifecycle.mdx (SEP-2575)
kurtisvg 2a538c6
docs: rewrite transports.mdx (SEP-2575)
kurtisvg 6692e2b
docs: update index.mdx for stateless model (SEP-2575)
kurtisvg cee8188
docs: update cancellation.mdx for stateless model (SEP-2575)
kurtisvg 1b04197
docs: remove ping from draft spec (SEP-2575)
kurtisvg 066fb1d
docs: replace resource subscribe with subscriptions/listen (SEP-2575)
kurtisvg a500505
docs: add subscriptions/listen page and update resources/logging (SEP…
kurtisvg d962745
docs: update architecture.mdx for stateless model (SEP-2575)
kurtisvg db11120
docs: sweep guides for stateless model (SEP-2575)
kurtisvg dcb5267
docs: fix stale initialization references in draft spec (SEP-2575)
kurtisvg b460206
chore: mark SEP-2575 as Accepted
kurtisvg dd1cdcf
revert: restore guide files to pre-SEP-2575 state
kurtisvg 4f0f786
fix: remove logLevel from subscriptions/listen filter
kurtisvg 3c66ee3
feat: update schema for stateless MCP (SEP-2575)
kurtisvg 195a56d
docs: add server/discover page and note servers MUST implement it (SE…
kurtisvg 2d7af98
docs: document MissingRequiredClientCapabilityError in per-request _m…
kurtisvg ad108c5
docs: remove stale roots listChanged references
kurtisvg 81e14b5
docs: document HTTP 404 / -32601 response for unsupported RPC methods
kurtisvg 4e07d4d
docs: add SEP-2575 changelog entries
kurtisvg 3d5cf57
docs: replace 'Stateful connections' with stateless model in draft index
kurtisvg ce64031
docs: update architecture page
kurtisvg 0d3a2fe
docs: remove stale HTTP GET stream reference from tasks
kurtisvg 043f878
docs: update prompts list changed notification to use subscriptions/l…
kurtisvg 64988f9
docs: update tools list changed notification to use subscriptions/listen
kurtisvg 0f99067
docs: document concurrent subscriptions, teardown, reconnection, and …
kurtisvg 91e1108
docs: add cross-reference to HTTP 404 rule in server/discover
kurtisvg 9672899
docs: clarify UnsupportedProtocolVersionError does not trigger initia…
kurtisvg d6b2764
feat: make _meta required in RequestParams and update examples
kurtisvg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.