-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
ai-generateddependenciesPull requests that update a dependency filePull requests that update a dependency fileplan
Description
Objective
Upgrade the MCP Go SDK dependency from the current pseudo-version to the stable v1.2.0 release to gain security fixes, stability improvements, and new MCP spec features.
Context
The current version v1.1.1-0.20251212184941-875d1d30c2af is a pseudo-version. The v1.2.0 release (2025-12-22) includes critical improvements for streamable transports, security enhancements, and new features.
Approach
-
Update
go.mod:go get github.com/modelcontextprotocol/[email protected] go mod tidy
-
Run the full test suite to verify compatibility:
make test -
Test MCP server functionality manually:
./gh-aw mcp list ./gh-aw mcp inspect --inspector
-
Review v1.2.0 changelog for any API changes that might affect our usage
Files to Modify
go.mod- Update dependency versiongo.sum- Automatically updated by go mod
Acceptance Criteria
-
go.modshowsgithub.com/modelcontextprotocol/go-sdk v1.2.0 - All tests pass (
make test) - MCP server starts and tools are accessible
- Gateway functionality verified
- No deprecation warnings or breaking changes
Related to [plan] Upgrade MCP Go SDK to v1.2.0 and implement improvements #7711
AI generated by Plan Command for discussion #7710
Copilot
Metadata
Metadata
Labels
ai-generateddependenciesPull requests that update a dependency filePull requests that update a dependency fileplan