Skip to content

GitHub MCP Server 0.20.0

Choose a tag to compare

@github-actions github-actions released this 27 Oct 09:25
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
ff98fc4

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_issue
  • get_issue_comments
  • list_labels (with issue_number)
  • list_sub_issues

A new method parameter to perform these tasks is:

  • get
  • get_comments
  • get_labels
  • get_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

  • fields parameter added to list_project_items and get_project_item tools link

Pull Requests Improvements

  • get_comments method added to pull_request_read link

What's Changed

New Contributors

Full Changelog: v0.19.1...v0.20.0