Skip to content

Releases: github/github-mcp-server

GitHub MCP Server 0.17.1

02 Oct 14:30
Immutable release. Only release title and notes can be modified.
23fa0dd
Compare
Choose a tag to compare

Changelog

We removed update_project_item tool that caused issues with input schema validation.

What's Changed

Full Changelog: v0.17.0...v0.17.1

GitHub MCP Server 0.17.0

30 Sep 11:42
Immutable release. Only release title and notes can be modified.
6793b9d
Compare
Choose a tag to compare

Improvements

New Tools

  • get_project_field, list_project_items, get_project_item by @JoannaaKL in #1145
  • add_project_item, delete_project_item, update_project_item by @JoannaaKL in #1152

Full Changelog: v0.16.0...v0.17.0

GitHub MCP Server 0.16.0

26 Sep 14:22
Immutable release. Only release title and notes can be modified.
35b0da2
Compare
Choose a tag to compare

Changelog

New Tools

New toolset for Projects V2:

  • get_project
  • list_projects
  • list_project_fields

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

GitHub MCP Server 0.15.0

12 Sep 14:16
Immutable release. Only release title and notes can be modified.
010cf9b
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #878
  • Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by @dependabot[bot] in #1031
  • docs: Add Google Gemini CLI installation guide and integration by @ipapapa in #757
  • Update README.md by @D1M1TR10S in #1044
  • build(deps): bump docker/metadata-action from 5.0.0 to 5.8.0 by @dependabot[bot] in #880
  • Updating tool get_pull_request_comments -> get_pull_request_review_comments by @tonytrg in #1062
  • Add return ID to CRUD tools by @mattdholloway in #1074
  • npm install by @Reaper1-1 in #1042
  • Add specifying state change reason to update_issue tool by @kerobbi in #1073
  • Add starred repository support to GitHub MCP server by @Copilot in #1078

New Contributors

Full Changelog: v0.14.0...v0.15.0

GitHub MCP Server 0.14.0

03 Sep 13:44
Immutable release. Only release title and notes can be modified.
09deac4
Compare
Choose a tag to compare

Notice for Contributors: We would like to encourage contributors to the GitHub MCP server to create an issue in addition to a PR when contributing. Further details can be found here: https://github.com/github/github-mcp-server/blob/main/CONTRIBUTING.md#what-were-looking-for

Tool Updates

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

GitHub MCP Server 0.13.0

22 Aug 14:42
Immutable release. Only release title and notes can be modified.
0418808
Compare
Choose a tag to compare

New Tools

  • New get_release_by_tag tool
  • New toolset for Security Advisories: list_repository_security_advisories, list_org_repository_security_advisories , list_global_security_advisories and get_global_security_advisory

Tool updates

  • Reduced memory footprint of get_job_logs tool

What's Changed

New Contributors

Full Changelog: v0.12.1...v0.13.0

GitHub MCP Server 0.12.1

15 Aug 12:38
Immutable release. Only release title and notes can be modified.
587272b
Compare
Choose a tag to compare

This release contains assets for the GitHub MCP Server 0.12.0

v0.12.0

15 Aug 12:27
Immutable release. Only release title and notes can be modified.
587272b
Compare
Choose a tag to compare

New Tools

Tool Updates

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

GitHub MCP Server 0.11.0

08 Aug 14:38
Immutable release. Only release title and notes can be modified.
8aa3379
Compare
Choose a tag to compare

Tool Updates

  • Added support for org-level discussions in the list_discussion_categories tool
  • Fixed search_issues and search_pull_requests tool descriptions to reference issues and pull requests respectively, rather than notifications
  • Migrated list_issues tool from REST to GraphQL API

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0

GitHub MCP Server 0.10.0

01 Aug 14:43
Immutable release. Only release title and notes can be modified.
45e90ae
Compare
Choose a tag to compare

Tool Updates

  • Updates to the update_pull_request tool
    • Added a new draft parameter to allow toggling a PR as draft or ready to review
    • Added a new reviewers parameter to allow requesting new reviews
  • Added support for org-level discussions in the list_discussions tool
  • New multi-tool workflow prompt
  • Updated the descriptions for search tools with examples
  • Added the new Gist toolset

What's Changed

New Contributors

Full Changelog: v0.9.1...v0.10.0