Skip to content

GitHub MCP Server 0.26.0

Choose a tag to compare

@github-actions github-actions released this 18 Dec 15:20
· 9 commits to main since this release
Immutable release. Only release title and notes can be modified.

GitHub MCP Server gets a touch of gloss πŸ’…

For clients that support icons (part of the newest MCP specification) we now provide them:

new mcp icons shown in the vscode tool selection ui new mcp icons shown in the vscode mcp resource ui

Main Features

🎨 Octicon Icons for Tools, Resources, and Prompts

MCP clients that support the new icons specification will now display GitHub's Octicon icons alongside tools and resources, making it easier to identify capabilities at a glance.

πŸ—οΈ Inventory Pattern Architecture

A new internal architecture introduces the Inventory pattern with builder, filtering, and per-request optimization. This lays groundwork for better performance and configurability, especially for remote server deployments.

🚩 Feature Flag Support & Consolidated Actions Toolsets

Added infrastructure for feature flag-based tool enablement, plus a consolidated actions toolset for better organization of GitHub Actions-related tools gated by a feature flag.

  • --features cli flag or GITHUB_MCP_FEATURES via ENV.

πŸ”§ Bug Fixes

  • Fixed create_or_update SHA failures - Resolved issues where file updates could fail due to SHA mismatches
  • Path parameter now optional - Fixed incorrect required parameter validation

πŸ“š Documentation

What's Changed

New Contributors

Full Changelog: v0.25.0...v0.26.0