New
GitHub MCP Server 0.30.0
Main features:
- Projects and Actions tools consolidated to a smaller set of read/write tools
- You can now search for projects without specifying the owner type, and you can add issues and pull requests to projects using the owner/repo and # number rather than the global ID, as agents often get that wrong.
- Insiders (experimental) mode flags added for early adopters to always try the latest features before GA
What's Changed
- Build full package in Dockerfile to include all commands by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/1844
- Add -t option to docker run command by @JoannaaKL in https://github.com/github/github-mcp-server/pull/1848
- Insiders docs for OSS by @mattdholloway in https://github.com/github/github-mcp-server/pull/1857
- Make owner_type optional and fix add_project_item in consolidated Projects V2 tools by @Copilot in https://github.com/github/github-mcp-server/pull/1799
- ci: use mcp-conformance-action for conformance tests by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/1827
- Fix mcp-diff workflow triggers for push events and tags by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/1871
- Generate server instructions in Inventory by @tommaso-moro in https://github.com/github/github-mcp-server/pull/1869
- Default to consolidated actions/projects toolsets and add hold back flag by @mattdholloway in https://github.com/github/github-mcp-server/pull/1891
- chore: remove unused github.com/fatih/color by @SamMorrowDrums in https://github.com/github/github-mcp-server/pull/1892
- Fix typo in OpenAI Codex installation guide link by @leereilly in https://github.com/github/github-mcp-server/pull/1880
- Update Go version requirement in mcpcurl to 1.24 by @alexandear in https://github.com/github/github-mcp-server/pull/1803
- docs: add Windows notes for Claude MCP HTTP setup by @loktar00 in https://github.com/github/github-mcp-server/pull/1859
New Contributors
- @leereilly made their first contribution in https://github.com/github/github-mcp-server/pull/1880
- @loktar00 made their first contribution in https://github.com/github/github-mcp-server/pull/1859
Full Changelog: https://github.com/github/github-mcp-server/compare/v0.29.0...v0.30.0