Skip to content

[plan] Upgrade MCP Go SDK to v1.2.0 #7712

@github-actions

Description

@github-actions

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

  1. Update go.mod:

    go get github.com/modelcontextprotocol/[email protected]
    go mod tidy
  2. Run the full test suite to verify compatibility:

    make test
  3. Test MCP server functionality manually:

    ./gh-aw mcp list
    ./gh-aw mcp inspect --inspector
  4. Review v1.2.0 changelog for any API changes that might affect our usage

Files to Modify

  • go.mod - Update dependency version
  • go.sum - Automatically updated by go mod

Acceptance Criteria

AI generated by Plan Command for discussion #7710

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions