Skip to content

GitHub MCP Server 0.18.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 09:09
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
f9343e6

Changelog

Breaking changes

A new default toolset configuration has been introduced in #1159. This now includes the five most-used toolset groups:

  • context - Current user and GitHub context
  • repos - Repository operations
  • issues - Issue tracking
  • pull_requests - PR workflows
  • users - User information

For more details, check out this discussion post.

Changes to tools

Pull request tooling

The below pull request tools have been consolidated into a single powerful tool:

  • get_pull_request
  • get_pull_request_files
  • get_pull_request_status
  • get_pull_request_diff
  • get_pull_request_reviews
  • get_pull_request_review_comments

The new pull_request_read tool (decreasing from 6 to 1 tools) makes use of the method argument to perform these tasks:

  • get
  • get_files
  • get_status
  • get_diff
  • get_reviews
  • get_review_comments

New tools

Label management

  • get_label
  • list_label
  • label_write
    • method argument:
      • create
      • update
      • delete

Projects

  • update_project_item

What's Changed

Full Changelog: v0.17.1...v0.18.0