Skip to content

GitHub MCP Server 0.27.0

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jan 14:23
· 32 commits to main since this release
Immutable release. Only release title and notes can be modified.
2b352ab

Highlights

We improved get_file_contents and push_files tools. We covered many common scenarios that should no longer result in failures. For example, pushing files to non-initialized repos and new branches is possible now.

What's Changed

  • Add raw client error annotation and annotate GetFileContents by @omgitsads in #1570
  • feat: Add DestructiveHint to delete_project_item tool annotation by @triepod-ai in #1665
  • get_file_contents fetch refs improvements by @almaleksia in #1655
  • remove experiments toolset by @tommaso-moro in #1667
  • build(deps): bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #1672
  • feat: auto-fix license files on PRs and improve CI reliability by @SamMorrowDrums in #1583
  • Fix invalid YAML syntax in license-check workflow by @Copilot in #1674
  • build(deps): bump github.com/google/jsonschema-go from 0.3.0 to 0.4.2 by @dependabot[bot] in #1670
  • build(deps): bump github.com/modelcontextprotocol/go-sdk from 1.2.0-pre.1 to 1.2.0 by @dependabot[bot] in #1671
  • Update PR template to include tool renaming section by @tommaso-moro in #1657
  • build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #1558
  • Fallback to default branch in get_file_contents when main doesn't exist by @almaleksia in #1669
  • fix: Skip CodeQL scanning on forked repositories by @kaovilai in #873
  • build(deps): bump docker/metadata-action from 5.9.0 to 5.10.0 by @dependabot[bot] in #1516
  • Update docs to remove Claude Web mention by @tommaso-moro in #1684
  • Change list workflow runs to allow empty resource id to list all runs in repo by @mattdholloway in #1682
  • build(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in #1699
  • Update README.md to hyperlink Open AI Codex installation guide by @s-sanjay in #1692
  • docs: add Docker image name to Prerequisites section by @majiayu000 in #1701
  • fix: use gh pr checkout to handle fork PRs in license-check workflow by @Copilot in #1709
  • refactor: use consistent snake_case for issue_number parameter by @majiayu000 in #1702
  • Add API Error annotations to GitHub issue errors by @omgitsads in #1566
  • docs: add docs for Rovo Dev CLI installation by @atinylittleshell in #875
  • fix: get_job_logs fails by @majiayu000 in #1719
  • Exclude tools requiring feature flag from docs by @mattdholloway in #1721
  • Improvements to push_files tool by @almaleksia in #1676

New Contributors

Full Changelog: v0.26.3...v0.27.0