Correct several claims in the SDK betas blog post#2997
Merged
localden merged 2 commits intoJul 1, 2026
Conversation
- Scope the "resolves to a stable version" install claim to Python, Go, and C#: the TypeScript v2 packages are new package names with no stable release, so installing them is itself the beta opt-in. - State that Python and C# servers pick up the new revision on upgrade, in contrast to the TypeScript/Go transport-level opt-in. - Note that the v2 SDK lines are new major versions with breaking changes, separate from anything that happens on July 28. - Python: the decorator API carries over from v1's FastMCP; drop the "API got smaller" and "can now be implemented" framing. - Mcp-Name rides only on requests that name a tool, resource, or prompt, not on every request. - Soften the claim that every release's notes list exactly which SEPs are covered. - Use https for the MRTR link. - Move the post date to the actual publish date.
localden
approved these changes
Jul 1, 2026
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.
A few corrections to the SDK betas post now that the releases are out and the claims can be checked against them.
@modelcontextprotocol/serverand friends) are new package names whose only release is2.0.0-beta.1, and npm'slatesttag points at it, so a barenpm install @modelcontextprotocol/servergets the beta. The paragraph now scopes the stable-resolution claim to Python, Go, and C#, and says installing the new TypeScript packages is itself the opt-in.Mcp-Namedoes not ride on every request, only on requests that name a tool, resource, or prompt (tools/call,resources/read,prompts/get) per SEP-2243. A gateway configured from the original sentence would reject conforming traffic.http://URL; nowhttps://.AI Disclaimer