| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| github-mcp-server_0.32.0_checksums.txt | 2026-03-06 | 824 Bytes | |
| github-mcp-server_Darwin_arm64.tar.gz | 2026-03-06 | 6.7 MB | |
| github-mcp-server_Darwin_x86_64.tar.gz | 2026-03-06 | 7.1 MB | |
| github-mcp-server_Windows_arm64.zip | 2026-03-06 | 6.5 MB | |
| github-mcp-server_Windows_i386.zip | 2026-03-06 | 6.9 MB | |
| github-mcp-server_Linux_arm64.tar.gz | 2026-03-06 | 6.4 MB | |
| github-mcp-server_Linux_i386.tar.gz | 2026-03-06 | 6.6 MB | |
| github-mcp-server_Linux_x86_64.tar.gz | 2026-03-06 | 6.9 MB | |
| github-mcp-server_Windows_x86_64.zip | 2026-03-06 | 7.1 MB | |
| GitHub MCP Server 0.32.0 source code.tar.gz | 2026-03-06 | 542.5 kB | |
| GitHub MCP Server 0.32.0 source code.zip | 2026-03-06 | 785.2 kB | |
| README.md | 2026-03-06 | 4.9 kB | |
| Totals: 12 Items | 55.5 MB | 0 | |
Highlights
Context Reduction
This release brings context optimisations to get_files, get_pull_request_review_comments, get_pull_request_reviews, add_issue_comments, list_pull_requests, list_tags, list_releases, and list_issues. Tool outputs have been trimmed to only retain information that the LLM needs.
Copilot Tools in Default Toolset
Copilot-specific tools have been moved into the default copilot toolset, making them available out of the box without additional configuration.
MCP Apps UI Improvements
Several enhancements to MCP Apps rendering - including better client support detection, clearer user confirmation prompts for issue and PR creation, and smarter form skipping when issue updates include a state change.
What's Changed
- build(deps): bump hono from 4.11.7 to 4.12.0 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2054
- build(deps): bump ajv from 8.17.1 to 8.18.0 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2056
- feat: move copilot tools to default copilot toolset by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2039
- Optimize context usage for
get_filesinpull_request_readby @tommaso-moro in https://github.com/github/github-mcp-server/pull/2059 - Reduce context usage for
get_pull_request_review_commentsusingpull_request_readby @tommaso-moro in https://github.com/github/github-mcp-server/pull/2062 - Make Example MCP Name consistent by @C-Ross in https://github.com/github/github-mcp-server/pull/2069
- chore: gh-host as oauth auth server by @atharva1051 in https://github.com/github/github-mcp-server/pull/2046
- Reduce context for
add_issue_commentsusing minimal types by @tommaso-moro in https://github.com/github/github-mcp-server/pull/2063 - Reduce context usage for
get_pull-request_reviewsby @tommaso-moro in https://github.com/github/github-mcp-server/pull/2066 - Enhance client support checks for MCP Apps UI rendering by @mattdholloway in https://github.com/github/github-mcp-server/pull/2051
- Update MIME types for UI resources to include profile for MCP Apps by @mattdholloway in https://github.com/github/github-mcp-server/pull/2078
- Fix panic when fetching resources fails due to network error by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/1506
- Get check runs by @kaitlin-duolingo in https://github.com/github/github-mcp-server/pull/1953
- Reduce context usage for
list_pull_requestsby @kerobbi in https://github.com/github/github-mcp-server/pull/2087 - Reduce context usage for
list_tagsby @kerobbi in https://github.com/github/github-mcp-server/pull/2088 - Clarify user confirmation requirement in issue and pull request creation messages by @mattdholloway in https://github.com/github/github-mcp-server/pull/2094
- Add docs for Insiders Mode by @tommaso-moro in https://github.com/github/github-mcp-server/pull/2095
- Make UI submit message prior to click even more insistent by @mattdholloway in https://github.com/github/github-mcp-server/pull/2096
- Reduce context usage for
list_releasesby @kerobbi in https://github.com/github/github-mcp-server/pull/2091 - Reduce context usage for list_issues by @kerobbi in https://github.com/github/github-mcp-server/pull/2098
- Stricter matching for github.com and ghe.com URLs by @almaleksia in https://github.com/github/github-mcp-server/pull/2127
- Gracefully handle numeric parameters passed as strings by @almaleksia in https://github.com/github/github-mcp-server/pull/2130
- Fix SHA validation in create_or_update_file by @almaleksia in https://github.com/github/github-mcp-server/pull/2134
- fix: Handle empty files in get_file_contents by @kubajanusz in https://github.com/github/github-mcp-server/pull/2042
- Cline & Roo code installation guides by @almaleksia in https://github.com/github/github-mcp-server/pull/2146
- Correctly wrap GraphQl error by @almaleksia in https://github.com/github/github-mcp-server/pull/2149
- Add JavaScript support to code scanning workflow by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2157
- Skip MCP Apps UI form when issue_write update includes a state change by @Copilot in https://github.com/github/github-mcp-server/pull/2163
New Contributors
- @C-Ross made their first contribution in https://github.com/github/github-mcp-server/pull/2069
- @atharva1051 made their first contribution in https://github.com/github/github-mcp-server/pull/2046
- @kaitlin-duolingo made their first contribution in https://github.com/github/github-mcp-server/pull/1953
- @kubajanusz made their first contribution in https://github.com/github/github-mcp-server/pull/2042
Full Changelog: https://github.com/github/github-mcp-server/compare/v0.31.0...v0.32.0