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.