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:
@@ -188,7 +188,7 @@ export async function startFixedHTTPServer() {
|
|||||||
response = {
|
response = {
|
||||||
jsonrpc: '2.0',
|
jsonrpc: '2.0',
|
||||||
result: {
|
result: {
|
||||||
protocolVersion: '1.0',
|
protocolVersion: '2024-11-05',
|
||||||
capabilities: {
|
capabilities: {
|
||||||
tools: {},
|
tools: {},
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user