| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| github-mcp-server_1.6.0_checksums.txt | 2026-07-15 | 824 Bytes | |
| github-mcp-server_Darwin_arm64.tar.gz | 2026-07-15 | 7.6 MB | |
| github-mcp-server_Darwin_x86_64.tar.gz | 2026-07-15 | 8.1 MB | |
| github-mcp-server_Windows_arm64.zip | 2026-07-15 | 7.4 MB | |
| github-mcp-server_Windows_i386.zip | 2026-07-15 | 7.9 MB | |
| github-mcp-server_Linux_arm64.tar.gz | 2026-07-15 | 7.3 MB | |
| github-mcp-server_Linux_i386.tar.gz | 2026-07-15 | 7.6 MB | |
| github-mcp-server_Linux_x86_64.tar.gz | 2026-07-15 | 8.0 MB | |
| github-mcp-server_Windows_x86_64.zip | 2026-07-15 | 8.1 MB | |
| GitHub MCP Server 1.6.0 source code.tar.gz | 2026-07-15 | 787.5 kB | |
| GitHub MCP Server 1.6.0 source code.zip | 2026-07-15 | 1.1 MB | |
| README.md | 2026-07-15 | 2.8 kB | |
| Totals: 12 Items | 64.0 MB | 3 | |
Highlights ⭐️
- Tool response filtering: We added a new
fieldsparameter to selected tools in Insiders mode, allowing models to specify which fields they need when they call those tools, thus shrinking tool response size and optimizing context usage. Try it out and let us know if you have any feedback!
What's Changed
- chore(deps): upgrade go-sdk to v1.7.0-pre.1 (new MCP spec) by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/2787
- build(deps): bump SamMorrowDrums/mcp-server-diff from [352165] to [40d992] by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2795
- build(deps): bump golang.org/x/net from 0.38.0 to 0.55.0 in the go_modules group across 1 directory by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2806
- build(deps): bump goreleaser/goreleaser-action from 7.2.2 to 7.2.3 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2796
- Add is_suggestion + rationale to update_issue_assignees by @kelsey-myers in https://github.com/github/github-mcp-server/pull/2821
- Add rationale and confidence to closing an issue by @iulia-b in https://github.com/github/github-mcp-server/pull/2802
- Sanitize and lockdown-gate issue_read get_parent title by @zwick in https://github.com/github/github-mcp-server/pull/2780
- Enrich issue_read get with hierarchy relationship signals by @zwick in https://github.com/github/github-mcp-server/pull/2764
- build(deps): bump docker/build-push-action from 7.2.0 to 7.3.0 by @dependabot[bot] in https://github.com/github/github-mcp-server/pull/2828
- chore(deps): bump go-github v87 → v89 and resolve breaking changes by @tommaso-moro in https://github.com/github/github-mcp-server/pull/2840
- Reimplement issue dependencies on go-github v89 REST API by @tommaso-moro in https://github.com/github/github-mcp-server/pull/2839
- Add README links for community resources by @insonmia0126-lovable in https://github.com/github/github-mcp-server/pull/2848
- Add fields param to search_code and get_file_contents by @tommaso-moro in https://github.com/github/github-mcp-server/pull/2775
- Add fields param to six more list/search tools by @tommaso-moro in https://github.com/github/github-mcp-server/pull/2810
- MCP: name-based resolution for Projects fields by @veralizeth in https://github.com/github/github-mcp-server/pull/2760
- Enable fields param in Insiders mode by @tommaso-moro in https://github.com/github/github-mcp-server/pull/2890
New Contributors
- @insonmia0126-lovable made their first contribution in https://github.com/github/github-mcp-server/pull/2848
- @veralizeth made their first contribution in https://github.com/github/github-mcp-server/pull/2760
Full Changelog: https://github.com/github/github-mcp-server/compare/v1.5.0...v1.6.0