Skip to content

fix: support current MCP protocol negotiation - #93

Open
mikemikimike wants to merge 1 commit into
julien040:mainfrom
mikemikimike:codex/issue-92-mcp-negotiation
Open

fix: support current MCP protocol negotiation#93
mikemikimike wants to merge 1 commit into
julien040:mainfrom
mikemikimike:codex/issue-92-mcp-negotiation

Conversation

@mikemikimike

Copy link
Copy Markdown
Contributor

Summary

The MCP server currently depends on mcp-go v0.41.0, whose protocol negotiation defaults to 2025-06-18. This is outside the protocol revisions advertised by Anyquery and prevents clients offering 2025-11-25 from completing a compatible handshake.

Upgrade mcp-go to v0.58.0, which includes the 2025-11-25 protocol revision and its negotiation support. No application-facing MCP handlers or non-MCP behavior are changed.

Validation

  • git diff --check passed.
  • Verified the dependency's LATEST_PROTOCOL_VERSION changes from 2025-06-18 in v0.41.0 to 2025-11-25 in v0.58.0.
  • Go tests were attempted, but the local environment does not provide the required gcc C compiler for cgo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant