- Notifications
You must be signed in to change notification settings - Fork3.1k
GitHub MCP Server 0.19.0
· 63 commits to main since this release
Immutablerelease. Only release title and notes can be modified.
11c3d70 This commit was created on GitHub.com and signed with GitHub’sverified signature.
Changes to Tools
Pull request review#1192
Similar to consolidation of the pull request tools in the previous release, the below pull requestreview tools have been consolidated into a single powerfulpull_request_review_write tool:
create_and_submit_pull_request_reviewcreate_pending_pull_request_reviewsubmit_pending_pull_request_reviewdelete_pending_pull_request_review
The new tool has a method parameter to perform these tasks:
createsubmit_pendingdelete_pending
Default Toolset Configuration#1229
Default toolsets were introduced in the previous release. To make configuration easier, theX-MCP-Toolsets header (for Remote) and--toolsets CLI arg (for Local) now accept thedefault toolset string. This can be used to add to the default toolsets without explicitly naming each one.
Examples:
"default"
Instead of:"context,repos,issues,pull_requests,users""default,discussions"
Instead of:"context,repos,issues,pull_requests,users,discussions"
For more details about default toolsets, check out thisdiscussion post
What's Changed
- Simplify Registry release pipeline by@MattBabbage in#1204
- Allow unknown toolsets to be ignored by@omgitsads in#1202
- Consolidate pull request review tools by@almaleksia in#1192
- restructure readme for better ghes ghec visibility by@tonytrg in#1210
- docs: Gemini CLI additional options by@LuluBeatson in#1223
- Fix subdomain isolation URL parsing by@tonytrg in#1218
- Update readme for remote only tools by@omgitsads in#1227
- docs: New "GitHub Support Docs Search" tool by@LuluBeatson in#1225
- Adding default toolset as configuration by@tonytrg in#1229
- Add Gemini CLI extension by@marzvrover in#1232
- Fix environment variable mapping for read-only mode by@pinotelio in#1067
New Contributors
- @marzvrover made their first contribution in#1232
- @pinotelio made their first contribution in#1067
Full Changelog:v0.18.0...v0.19.0
Assets12
Uh oh!
There was an error while loading.Please reload this page.
8 people reacted