diff --git a/.changeset/core-subscription-schemas.md b/.changeset/core-subscription-schemas.md new file mode 100644 index 0000000000..d4cc1cea3d --- /dev/null +++ b/.changeset/core-subscription-schemas.md @@ -0,0 +1,10 @@ +--- +'@modelcontextprotocol/core': major +--- + +Align the published schema set with the 2026-07-28 surface: removes the +`RequestMetaEnvelopeSchema` export; adds `SubscriptionFilterSchema`, the +`SubscriptionsListen*` request/result schemas, and the +`SubscriptionsAcknowledged*` notification schemas. The bundled schemas now +match `@modelcontextprotocol/client` and `@modelcontextprotocol/server` of +the same release.