diff --git a/src/pages/mcp.astro b/src/pages/mcp.astro index 5a5d22b0..be2a8d06 100644 --- a/src/pages/mcp.astro +++ b/src/pages/mcp.astro @@ -39,8 +39,10 @@ const claudeJson = JSON.stringify(desktopConfig, null, 2);

Endpoint

- Streamable HTTP MCP, 2025-03-26 protocol revision. Stateless. Wide-open - CORS. No authentication. + Streamable HTTP MCP, 2026-07-28 protocol revision. Stateless. Wide-open + CORS. No authentication. The handshake-based revisions 2025-11-25, + 2025-06-18 and 2025-03-26 are still answered via initialize, under a published Deprecation and Sunset.

{site.mcp.endpoint}

@@ -118,9 +120,9 @@ const claudeJson = JSON.stringify(desktopConfig, null, 2);

Other MCP clients

- Any client that speaks Streamable HTTP MCP (2025-03-26 revision) - connects with one URL. There is no client SDK to install and no token to - manage. MCP Inspector is the fastest way to poke at the schema.