Skip to content

chore: add missing changeset for @modelcontextprotocol/core#2400

Merged
felixweinberger merged 2 commits into
mainfrom
fweinberger/core-changeset
Jun 30, 2026
Merged

chore: add missing changeset for @modelcontextprotocol/core#2400
felixweinberger merged 2 commits into
mainfrom
fweinberger/core-changeset

Conversation

@felixweinberger

Copy link
Copy Markdown
Contributor

The pending Version Packages release bumps client/server/middleware but not @modelcontextprotocol/core: none of the queued changesets name it, and it bundles core-internal as a devDependency, so changesets has no propagation path. Meanwhile its public surface changed on main (removed RequestMetaEnvelopeSchema; added the SubscriptionFilter/SubscriptionsListen*/SubscriptionsAcknowledged* schema exports).

Without this, the release would publish client/server with new wire behavior while core stays at its previous version with diverged bundled schemas — consumers validating payloads against core would disagree with what client/server of the same release emit.

One changeset declaring the change; the auto-generated release PR regenerates with the core bump included.

How Has This Been Tested?

Changeset-only change. Verified the only prior changeset naming core was already consumed in the previous release (recorded in .changeset/pre.json), and that packages/core/src/index.ts changed on main since that release.

Breaking Changes

None in this PR; the changeset records the already-landed export removal so it reaches the changelog.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

@felixweinberger felixweinberger requested a review from a team as a code owner June 30, 2026 20:17
@changeset-bot

changeset-bot Bot commented Jun 30, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: dc69813

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@modelcontextprotocol/core Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Jun 30, 2026

Copy link
Copy Markdown

Open in StackBlitz

@modelcontextprotocol/client

npm i https://pkg.pr.new/@modelcontextprotocol/client@2400

@modelcontextprotocol/codemod

npm i https://pkg.pr.new/@modelcontextprotocol/codemod@2400

@modelcontextprotocol/core

npm i https://pkg.pr.new/@modelcontextprotocol/core@2400

@modelcontextprotocol/server

npm i https://pkg.pr.new/@modelcontextprotocol/server@2400

@modelcontextprotocol/server-legacy

npm i https://pkg.pr.new/@modelcontextprotocol/server-legacy@2400

@modelcontextprotocol/express

npm i https://pkg.pr.new/@modelcontextprotocol/express@2400

@modelcontextprotocol/fastify

npm i https://pkg.pr.new/@modelcontextprotocol/fastify@2400

@modelcontextprotocol/hono

npm i https://pkg.pr.new/@modelcontextprotocol/hono@2400

@modelcontextprotocol/node

npm i https://pkg.pr.new/@modelcontextprotocol/node@2400

commit: dc69813

@felixweinberger felixweinberger merged commit 3c02ffb into main Jun 30, 2026
18 checks passed
@felixweinberger felixweinberger deleted the fweinberger/core-changeset branch June 30, 2026 20:25
@claude claude Bot mentioned this pull request Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant