From d9d9e240d2fe6235093c694f2629d2b6a5c6a4b7 Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 30 Jun 2025 21:37:33 -0700 Subject: [PATCH] fix: update MCP protocol version to 2024-11-05 Updates the protocol version from '1.0' to the current MCP specification version '2024-11-05'. This resolves compatibility issues with modern MCP clients and ensures proper protocol negotiation. --- src/http-server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http-server.ts b/src/http-server.ts index 99cf093..e27a79e 100644 --- a/src/http-server.ts +++ b/src/http-server.ts @@ -188,7 +188,7 @@ export async function startFixedHTTPServer() { response = { jsonrpc: '2.0', result: { - protocolVersion: '1.0', + protocolVersion: '2024-11-05', capabilities: { tools: {}, resources: {}