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.
This commit is contained in:
Dominic
2025-06-30 21:37:33 -07:00
parent 8872ca2201
commit d9d9e240d2

View File

@@ -188,7 +188,7 @@ export async function startFixedHTTPServer() {
response = {
jsonrpc: '2.0',
result: {
protocolVersion: '1.0',
protocolVersion: '2024-11-05',
capabilities: {
tools: {},
resources: {}