change(mcp): advertise protocol revision 2025-11-25, negotiate older versions#109
Merged
Conversation
…versions The Worker pinned 2025-06-18 while 2025-11-25 has been stable since November. Nothing in the new revision changes this server's feature surface (no auth, elicitation, sampling, tasks, or SSE here), so the upgrade is advertisement plus three real fixes: - initialize now does spec-correct version negotiation: echo the client's requested version when supported (2025-11-25, 2025-06-18, 2025-03-26), answer with our latest otherwise. - Tool execution errors return isError tool results instead of -32603 protocol errors (SEP-1303), so calling models can self-correct. - serverInfo gains the 2025-11-25 description, websiteUrl, and icons fields. Drift fixed along the way: the static server card claimed "96 spec pages" (there are 163) and both it and the Worker landing page were missing the get_changes tool. The mcp-and-tool-discovery page no longer describes HTTP+SSE as the remote transport (deprecated; Streamable HTTP replaced it), and both citing pages now reference the 2025-11-25 spec URL. SKILL.md revision + digest resynced via sign:skill. The next revision (draft, expected 2026-07-28) is a breaking rework (removes initialize, adds server/discover, required resultType) and is deliberately not adopted while still in draft. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Deploying specification-website with
|
| Latest commit: |
e5129ae
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b1a48412.specification-website.pages.dev |
| Branch Preview URL: | https://mcp-protocol-2025-11-25.specification-website.pages.dev |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Why
The daily standards scan flagged MCP revision drift: the Worker and discovery docs pinned
2025-06-18while2025-11-25has been stable since November 2025.What changed between the revisions, and what it means for us
The 2025-11-25 changelog is almost entirely additive, and most of it (OIDC discovery, incremental scope consent, URL elicitation, sampling tools, OAuth client ID metadata, experimental tasks) touches surfaces this server does not have — it is stateless, read-only, unauthenticated, tools + prompts only. So the upgrade is cheap, but three items are real:
initializepreviously always answered2025-06-18regardless of what the client asked for. It now echoes the client's requested version when supported (2025-11-25,2025-06-18,2025-03-26— the feature surface is identical across them for this server) and answers with our latest otherwise, per the lifecycle spec.isError: truetool results instead of-32603protocol errors, so a calling model can read the message and self-correct. (The existing/admin/statserror logging already keys offresult.isError, so error rows keep flowing.)serverInfometadata: the newdescription,websiteUrl, andiconsfields, pointing at the site icon.Drift fixed along the way
get_changestool. Both now list all six tools; the card drops the hardcoded count.SKILL.mdprotocol revision + digest resynced vianpm run sign:skill.What is deliberately NOT done
The next revision (draft, expected 2026-07-28) is a breaking rework: removes the
initializehandshake, adds a mandatoryserver/discoverRPC, requiredresultTypeon results, removesping/logging/setLevel. Adopting a draft would violate our own ship-it-first honesty bar; revisit once it is stamped stable. Worth a scan watch.Verified
Ran
wrangler devand confirmed: requested2025-06-18→ echoed; requested unknown2026-07-28→ answered2025-11-25; tool throw →isErrorresult; server card and landing page listget_changes.tsc --noEmit,eslint,prettier --check, andcheck:skillall pass.No changelog entry: this is plumbing plus a citation/transport-wording touch-up on two pages — flagged as borderline in the session summary for Joost to call.
🤖 Generated with Claude Code