Skip to content

GitHub MCP Server 0.19.0

Choose a tag to compare

@github-actions github-actions released this 20 Oct 13:11
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
11c3d70

Changes to Tools

Pull request review #1192

Similar to consolidation of the pull request tools in the previous release, the below pull request review tools have been consolidated into a single powerful pull_request_review_write tool:

  • create_and_submit_pull_request_review
  • create_pending_pull_request_review
  • submit_pending_pull_request_review
  • delete_pending_pull_request_review

The new tool has a method parameter to perform these tasks:

  • create
  • submit_pending
  • delete_pending

Default Toolset Configuration #1229

Default toolsets were introduced in the previous release. To make configuration easier, the X-MCP-Toolsets header (for Remote) and --toolsets CLI arg (for Local) now accept the default 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 this discussion post

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0