From 6c10f957b0c21830e740212d052037dc13a3e494 Mon Sep 17 00:00:00 2001 From: Felix Weinberger Date: Tue, 30 Jun 2026 20:17:47 +0000 Subject: [PATCH] chore: add missing changeset for @modelcontextprotocol/core schema surface changes --- .changeset/core-subscription-schemas.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .changeset/core-subscription-schemas.md 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.