Skip to content

GitHub MCP Server 0.23.0 - Go SDK

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Nov 09:58
· 12 commits to main since this release
Immutable release. Only release title and notes can be modified.

⚠️ PRE RELEASE ⚠️

This release migrates the GitHub MCP Server from mark3labs/mcp-go to the official modelcontextprotocol/go-sdk library. While the changes are primarily structural—focused on tool schema syntax rather than behavioral changes—the migration touches a significant amount of code.

We're looking for community testing before promoting this to a stable release. If you encounter any issues, please report them in the discussions thread.

What's Changed

  • Migrate gists toolset to modelcontextprotocol/go-sdk by @Copilot in #1431
  • Migrate code-scanning toolset to modelcontextprotocol/go-sdk by @Copilot in #1430
  • Migrate security_advisories toolset to modelcontextprotocol/go-sdk by @Copilot in #1434
  • Migrate secret_scanning toolset to modelcontextprotocol/go-sdk by @Copilot in #1436
  • Migrate git toolset to modelcontextprotocol/go-sdk by @Copilot in #1432
  • Migrate labels toolset to modelcontextprotocol/go-sdk by @Copilot in #1433
  • Migrate issues toolset to modelcontextprotocol/go-sdk by @Copilot in #1440
  • Migrate dependabot toolset to modelcontextprotocol/go-sdk by @Copilot in #1429
  • Migrate Repository Resources to the Go SDK by @omgitsads in #1457
  • Fix handling of multi path resources by @omgitsads in #1458
  • Migrate dynamic toolset to modelcontextprotocol/go-sdk by @Copilot in #1450
  • Migrate discussions toolset to modelcontextprotocol/go-sdk by @Copilot in #1448
  • Migrate notifications toolset to modelcontextprotocol/go-sdk by @Copilot in #1449
  • Migrate pull_requests toolset to Go SDK by @LuluBeatson in #1466
  • Migrate actions toolset to modelcontextprotocol/go-sdk by @Copilot in #1446
  • Migrate 4 Search Tools to Go SDK by @LuluBeatson in #1468
  • Migrate projects toolset to modelcontextprotocol/go-sdk by @Copilot in #1475
  • Enable empty experiments toolset in Go SDK by @omgitsads in #1477
  • Migrate repos toolset to modelcontextprotocol/go-sdk by @Copilot in #1445
  • Update copilot instructions to reference modelcontextprotocol/go-sdk by @Copilot in #1478
  • Migrate e2e tests to Go SDK by @SamMorrowDrums in #1479

Full Changelog: v0.22.0...v0.23.0-gosdk