From b395544ecab786892a3ce54589d90f04ac1bec77 Mon Sep 17 00:00:00 2001 From: Rhys Sullivan Date: Mon, 17 Aug 2026 04:03:42 -0700 Subject: [PATCH] Add changeset for MCP 2026-07-28 support --- .changeset/mcp-spec-2026-07-28.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/mcp-spec-2026-07-28.md diff --git a/.changeset/mcp-spec-2026-07-28.md b/.changeset/mcp-spec-2026-07-28.md new file mode 100644 index 000000000..fc678aab9 --- /dev/null +++ b/.changeset/mcp-spec-2026-07-28.md @@ -0,0 +1,5 @@ +--- +"@executor-js/plugin-mcp": patch +--- + +Support MCP spec 2026-07-28 end to end. The MCP client negotiates the protocol era automatically (`server/discover` probe with legacy fallback), so integrations hosted on modern-only MCP servers connect without the server enabling legacy compatibility. Executor-hosted MCP endpoints serve both eras, and the `executor mcp` stdio bridge passes either era through to the daemon.