Version Packages (beta) - #185
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
December 24, 2025 10:17
02f2269 to
535e325
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
January 18, 2026 09:00
5eeabcb to
d669204
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
January 24, 2026 22:09
01ffd7f to
12cf5c0
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
February 12, 2026 10:17
6e55891 to
542d166
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
February 20, 2026 09:54
6b0584d to
1f0838c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
February 27, 2026 22:04
b8773e1 to
c7b8efe
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
March 6, 2026 22:26
8cc7a63 to
076815e
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
March 16, 2026 14:36
e048880 to
60f47d8
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
March 29, 2026 12:56
90c0a77 to
626bd65
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
April 5, 2026 15:48
ca695ce to
90f651e
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
2 times, most recently
from
April 14, 2026 16:23
8ba4828 to
d962a37
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
April 29, 2026 16:14
7946519 to
079b95d
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
May 23, 2026 10:29
079b95d to
53cbba4
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
June 9, 2026 22:28
53cbba4 to
59ab57c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 18, 2026 22:30
59ab57c to
86ef5e1
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@modelcontextprotocol/client@2.0.0-beta.5
Minor Changes
#2501
1480241Thanks @felixweinberger! - Export theProtocolbase class andmergeCapabilitiesfrom the@modelcontextprotocol/clientand@modelcontextprotocol/serverpackage roots, restoring the v1 import for consumers that subclassProtocol(e.g. the MCP Apps SDK). The client and server packages each bundle their own compiled copy of the class, so import it from one package consistently within a process.The codemod now rewrites
ProtocolandmergeCapabilitiesimports fromshared/protocol.jsto the client or server package root, like the module's other symbols, instead of dropping them with an action-required marker.#2511
f60dff0Thanks @felixweinberger! -ConnectOptions.prioraccepts a cached era verdict — the new exported typePriorDiscovery.{ kind: 'modern', discover }adopts a previously obtainedDiscoverResultwith zero round trips;{ kind: 'legacy' }skips theserver/discoverprobe and runs the plaininitializehandshake directly, for servers known out-of-band to be legacy — without pinning the client tomode: 'legacy': stop supplying the verdict andconnect()falls back to the configuredversionNegotiationmode (under'auto', it re-probes and rediscovers an upgraded server). Freshness is the supplying host's responsibility — a stale legacy verdict succeeds silently against an upgraded server, so hosts must date cached legacy verdicts in their own storage and stop supplying them past their policy horizon. Persisted-blob plumbing is hardened:prior: nullis treated as absent, the modern arm'sdiscoverpayload is schema-validated before any connection state changes, and an unrecognized shape rejects with a typedSdkError(EraNegotiationFailed)instead of aTypeError.Patch Changes
@modelcontextprotocol/server@2.0.0-beta.5
Minor Changes
#2501
1480241Thanks @felixweinberger! - Export theProtocolbase class andmergeCapabilitiesfrom the@modelcontextprotocol/clientand@modelcontextprotocol/serverpackage roots, restoring the v1 import for consumers that subclassProtocol(e.g. the MCP Apps SDK). The client and server packages each bundle their own compiled copy of the class, so import it from one package consistently within a process.The codemod now rewrites
ProtocolandmergeCapabilitiesimports fromshared/protocol.jsto the client or server package root, like the module's other symbols, instead of dropping them with an action-required marker.Patch Changes
@modelcontextprotocol/codemod@2.0.0-beta.5
Patch Changes
#2501
1480241Thanks @felixweinberger! - Export theProtocolbase class andmergeCapabilitiesfrom the@modelcontextprotocol/clientand@modelcontextprotocol/serverpackage roots, restoring the v1 import for consumers that subclassProtocol(e.g. the MCP Apps SDK). The client and server packages each bundle their own compiled copy of the class, so import it from one package consistently within a process.The codemod now rewrites
ProtocolandmergeCapabilitiesimports fromshared/protocol.jsto the client or server package root, like the module's other symbols, instead of dropping them with an action-required marker.@modelcontextprotocol/express@2.0.0-beta.5
Patch Changes
1480241]:@modelcontextprotocol/fastify@2.0.0-beta.5
Patch Changes
1480241]:@modelcontextprotocol/hono@2.0.0-beta.5
Patch Changes
1480241]:@modelcontextprotocol/node@2.0.0-beta.5
Patch Changes
1480241]:@modelcontextprotocol/server-legacy@2.0.0-beta.5
Patch Changes
@modelcontextprotocol/core@2.0.0-beta.5
@modelcontextprotocol/core-internal@2.0.0-beta.4
Minor Changes
#2501
1480241Thanks @felixweinberger! - Export theProtocolbase class andmergeCapabilitiesfrom the@modelcontextprotocol/clientand@modelcontextprotocol/serverpackage roots, restoring the v1 import for consumers that subclassProtocol(e.g. the MCP Apps SDK). The client and server packages each bundle their own compiled copy of the class, so import it from one package consistently within a process.The codemod now rewrites
ProtocolandmergeCapabilitiesimports fromshared/protocol.jsto the client or server package root, like the module's other symbols, instead of dropping them with an action-required marker.Patch Changes