Update GitHub MCP Server to v0.19.0
Version Summary
- Previous: v0.18.0 → New: v0.19.0
- Release Date: October 20, 2025 (released today)
- Interval: 10 days between releases (v0.18.0 released October 10, 2025)
Release Information
Breaking Changes
None
New Features
1. Default Toolset Configuration Enhancement
- Added support for
"default" toolset string in configuration
- Simplifies configuration by allowing
"default" instead of explicitly naming toolsets
- Examples:
- Use
"default" instead of "context,repos,issues,pull_requests,users"
- Use
"default,discussions" instead of "context,repos,issues,pull_requests,users,discussions"
- Reference: PR #1229
2. Improved Error Handling
- Unknown toolsets can now be ignored gracefully
- Reference: PR #1202
Tool Consolidation
Pull Request Review Tools Consolidation
The following pull request review tools have been consolidated into a single pull_request_review_write tool:
create_and_submit_pull_request_review (removed)
create_pending_pull_request_review (removed)
submit_pending_pull_request_review (removed)
delete_pending_pull_request_review (removed)
New tool: pull_request_review_write with method parameter:
create - Create a new review
submit_pending - Submit a pending review
delete_pending - Delete a pending review
This follows the pattern established in v0.18.0 where pull request read tools were consolidated.
Reference: PR #1192
Bug Fixes
- Fixed subdomain isolation URL parsing
- Fixed environment variable mapping for read-only mode
Documentation Updates
- Restructured README for better GHES/GHEC visibility
- Updated README for remote-only tools
- Added Gemini CLI additional options documentation
- Documented new "GitHub Support Docs Search" tool
Infrastructure
- Simplified Registry release pipeline
- Added Gemini CLI extension
Impact Assessment
- Risk Level: Low
- Affected Features:
- GitHub MCP Server Docker image version in workflows
- Pull request review workflow consolidation may require workflow adjustments if using the removed tools
- Migration Required: No
Changes Made
✅ Updated pkg/constants/constants.go from v0.18.0 to v0.19.0
✅ Ran make recompile successfully
✅ All 39 workflow files compiled without errors
Other CLI Versions Checked
- Claude Code: 2.0.22 (up to date)
- Copilot CLI: 0.0.346 (up to date)
- Codex: 0.47.0 (up to date)
Next Steps
- Review this issue for accuracy
- Test workflows to ensure compatibility
- Monitor for any issues with the new GitHub MCP Server version
This issue was automatically created by the CLI Version Checker workflow
AI generated by CLI Version Checker
Update GitHub MCP Server to v0.19.0
Version Summary
Release Information
Breaking Changes
None
New Features
1. Default Toolset Configuration Enhancement
"default"toolset string in configuration"default"instead of explicitly naming toolsets"default"instead of"context,repos,issues,pull_requests,users""default,discussions"instead of"context,repos,issues,pull_requests,users,discussions"2. Improved Error Handling
Tool Consolidation
Pull Request Review Tools Consolidation
The following pull request review tools have been consolidated into a single
pull_request_review_writetool:create_and_submit_pull_request_review(removed)create_pending_pull_request_review(removed)submit_pending_pull_request_review(removed)delete_pending_pull_request_review(removed)New tool:
pull_request_review_writewith method parameter:create- Create a new reviewsubmit_pending- Submit a pending reviewdelete_pending- Delete a pending reviewThis follows the pattern established in v0.18.0 where pull request read tools were consolidated.
Reference: PR #1192
Bug Fixes
Documentation Updates
Infrastructure
Impact Assessment
Changes Made
✅ Updated
pkg/constants/constants.gofrom v0.18.0 to v0.19.0✅ Ran
make recompilesuccessfully✅ All 39 workflow files compiled without errors
Other CLI Versions Checked
Next Steps
This issue was automatically created by the CLI Version Checker workflow