GitHub MCP Server 0.20.0
·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Changes to Tools
Issues Consolidation link
Similar to the consolidation of the pull request review tools in the previous release, the below listed tools have been consolidated into a single powerful issue_read tool:
get_issueget_issue_commentslist_labels (with issue_number)list_sub_issues
A new method parameter to perform these tasks is:
getget_commentsget_labelsget_sub_issues
Tools create_issue and update_issue were consolidated into a single tool issue_write with a method parameter:create and update.
Tools add_sub_issue, remove_sub_issue and reprioritize_sub_issue were consolidated into a single tool sub_issue_write with a method parameter add, reprioritize and remove .
Project Improvements
fieldsparameter added tolist_project_itemsandget_project_itemtools link
Pull Requests Improvements
get_commentsmethod added topull_request_readlink
What's Changed
- Add ai-moderator workflow by @JoannaaKL in #1274
- Issues consolidation by @almaleksia in #1211
- projects: add item field support by @tmelliottjr in #1282
- fixing url param descriptions by @tonytrg in #1287
- projects: update fields and prompt by @tmelliottjr in #1292
- chore(mcp/server.json): improve the OCI package specification by @axel7083 in #1217
- Update registry server version by @MattBabbage in #1279
New Contributors
- @tmelliottjr made their first contribution in #1282
- @axel7083 made their first contribution in #1217
Full Changelog: v0.19.1...v0.20.0