| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| github-mcp-server_1.12.0_checksums.txt | 2026-09-03 | 824 Bytes | |
| github-mcp-server_Darwin_x86_64.tar.gz | 2026-09-03 | 8.4 MB | |
| github-mcp-server_Windows_arm64.zip | 2026-09-03 | 7.7 MB | |
| github-mcp-server_Windows_x86_64.zip | 2026-09-03 | 8.5 MB | |
| github-mcp-server_Linux_arm64.tar.gz | 2026-09-03 | 7.6 MB | |
| github-mcp-server_Darwin_arm64.tar.gz | 2026-09-03 | 7.9 MB | |
| github-mcp-server_Linux_i386.tar.gz | 2026-09-03 | 7.9 MB | |
| github-mcp-server_Linux_x86_64.tar.gz | 2026-09-03 | 8.3 MB | |
| github-mcp-server_Windows_i386.zip | 2026-09-03 | 8.2 MB | |
| GitHub MCP Server 1.12.0 source code.tar.gz | 2026-09-03 | 1.0 MB | |
| GitHub MCP Server 1.12.0 source code.zip | 2026-09-03 | 1.4 MB | |
| README.md | 2026-09-03 | 4.9 kB | |
| Totals: 12 Items | 66.8 MB | 1 | |
Highlights
- New governance tools for agents. Read and manage repository rulesets and custom properties across repository, organization, and enterprise levels.
- Faster, safer feature flags. Functional availability rules evaluate lazily after static filtering, deduplicate checks per request, and preserve precise availability errors.
- Safer write operations. Pin merge HEADs, recover file SHAs, use least-privilege public-repository access, and detect silently dropped labels.
- Richer review and discovery support. Adds review range coordinates, thread resolution reasons, projected-header preflights, Server Card support, and Agent Plugins.
- Better content fidelity. Markdown bodies, titles, release notes, comments, and commit messages preserve visible content while filtering unsafe invisible characters.
What's Changed
- Remove documentation for unavailable tool-search command by @tommaso-moro in https://github.com/github/github-mcp-server/pull/3162
- Expose Copilot review thread resolution reasons by @cagesellchen in https://github.com/github/github-mcp-server/pull/3123
- fix(repos): give create_or_update_file callers a SHA they can actually get by @dylanpulver in https://github.com/github/github-mcp-server/pull/3131
- fix: allow public_repo for public contribution tools by @paulcakeface in https://github.com/github/github-mcp-server/pull/3140
- Enable feature flags via URL query parameter (?features=) for headerless hosted connections by @CAOShurong in https://github.com/github/github-mcp-server/pull/3146
- Add expectedHeadSha pinning to merge_pull_request by @jcosta1970 in https://github.com/github/github-mcp-server/pull/3182
- Fix e2e harness compilation against go-github v89 and go-sdk v1.7 by @ppoffice in https://github.com/github/github-mcp-server/pull/3187
- Return range coordinates for review comments by @yiheng-kkk in https://github.com/github/github-mcp-server/pull/3193
- Fix issue_write silently dropped label errors by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/3195
- fix(http): allow projected MCP headers in preflights by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/3167
- Spell perPage the same way in every paginated tool by @karpovantonme in https://github.com/github/github-mcp-server/pull/3142
- Add MCP Server Card (SEP-2127) types + handler by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2768
- Refactor feature flags to use functional availability rules by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/3166
- feat(governance): add repository ruleset tools with multi-level scope challenge by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2991
- feat(governance): add custom properties tools by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2992
- Fix HTML entities in sanitized titles by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/3216
- build(deps): bump fast-uri from 3.1.5 to 3.1.7 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/3208
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/3217
- build(deps): bump github/codeql-action from 4.37.4 to 4.37.9 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/3192
- feat: add Agent Plugins 1.0 package by @777genius in https://github.com/github/github-mcp-server/pull/3169
- fix(sanitize): preserve Markdown body fidelity on read surfaces by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/3177
- build(deps): bump actions/stale from 10 to 11 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/3003
- Fix main CI sanitizer integration by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/3219
New Contributors
- @cagesellchen made their first contribution in https://github.com/github/github-mcp-server/pull/3123
- @paulcakeface made their first contribution in https://github.com/github/github-mcp-server/pull/3140
- @CAOShurong made their first contribution in https://github.com/github/github-mcp-server/pull/3146
- @jcosta1970 made their first contribution in https://github.com/github/github-mcp-server/pull/3182
- @ppoffice made their first contribution in https://github.com/github/github-mcp-server/pull/3187
- @yiheng-kkk made their first contribution in https://github.com/github/github-mcp-server/pull/3193
- @karpovantonme made their first contribution in https://github.com/github/github-mcp-server/pull/3142
- @777genius made their first contribution in https://github.com/github/github-mcp-server/pull/3169
Full Changelog: https://github.com/github/github-mcp-server/compare/v1.11.0...v1.12.0