Skip to content

GitHub MCP Server 0.26.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Dec 22:56
· 31 commits to main since this release
Immutable release. Only release title and notes can be modified.
04a842f

Highlights

🏗️ Registry Pattern Refactoring

  • Migrate context_tools to new ServerTool pattern (#1590)
  • Migrate notifications.go to NewTool pattern (#1592)

These PRs are part of a larger refactoring effort moving all tools to a new ServerTool pattern with typed dependency injection. This improves code maintainability and enables better testability.

🐛 Bug Fix

  • create_or_update_file - SHA is now optional; if not supplied, the tool automatically retrieves the original SHA (#1621)

📚 Documentation

  • Add Antigravity installation guide (#1549)
  • Add tool renaming guide (#1623)

What's Changed

New Contributors

Full Changelog: v0.25.0...v0.26.0-rc.1