Skip to content

Releases: github/github-mcp-server

GitHub MCP Server 1.3.0

11 Jun 14:26
Immutable release. Only release title and notes can be modified.
3422703

Choose a tag to compare

What's Changed

Highlights

  • get_commits added as a method to the pull request write tool
  • get_file_blame added to insiders mode
  • Surfacing rate limit error messages to agents properly

Changes

  • Send update_issue_suggestions feature flag for set_issue_fields mutation by @boazreicher in #2638
  • Fix GraphQL call using the wrong case for method derivation by @moritzheiber in #2660
  • Update title annotations for issue_write and add_issue_comment tools to reflect that they also work with pull requesta by @timrogers in #2664
  • feat: implement cursor pagination for dependabot alerts by @MayorFaj in #2651
  • Annotate read tools with ifc labels by @JoannaaKL in #2671
  • build(deps): bump hono from 4.12.19 to 4.12.23 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in #2606
  • build(deps): bump golang from 1.25.10-alpine to 1.25.11-alpine by @dependabot[bot] in #2597
  • errors: improve rate limit error messages for AI agents by @danmoseley in #2386
  • feat: Add get_commits method to pull_request_read by @RossTarrant in #2608
  • build(deps): bump node from 7c6af15 to 144769e by @dependabot[bot] in #2598
  • fix: hide write UI resources in read-only mode by @he-yufeng in #2612
  • feat: add get_file_blame tool for retrieving git blame information by @MayorFaj in #1538
  • Add Visual Studio one-click install badges by @prasethu in #2085

New Contributors

Full Changelog: v1.2.0...v1.3.0

GitHub MCP Server 1.2.0

08 Jun 10:51
Immutable release. Only release title and notes can be modified.
457f599

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0

GitHub MCP Server 1.1.2

29 May 12:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • Lockdown mode: scope RepoAccessCache per request by @kerobbi in #2571

Full Changelog: v1.1.1...v1.1.2

GitHub MCP Server 1.1.1

29 May 10:10
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Bugfix release for MCP APP Resources.

What's Changed

Full Changelog: v1.1.0...v1.1.1

GitHub MCP Server 1.1.0

28 May 12:14
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Highlights ✨

Insiders Mode: Issue Fields Support

Issue field support is now available behind the remote_mcp_issue_fields feature flag, and is enabled automatically in Insiders Mode. This includes listing issue fields, filtering issues by custom field values, and reading or writing issue field values.

Insiders Mode: CSV Output

CSV output for default list_* tools is now available behind the csv_output feature flag, and is enabled automatically in Insiders Mode. CSV provides a flatter, more compact representation for list-style responses, helping to reduce token usage for large result sets.

Context Reduction for GitHub Projects

Project item responses have been significantly reduced in size. list_project_items, get_project_item, and update_project_item now return compact project item, content, and field-value shapes instead of full GitHub issue and pull request payloads, cutting unnecessary context while preserving the information agents need.

Commit Search

A new search_commits tool has been added, allowing agents to search commits directly using GitHub search syntax. This fills a gap between listing repository commits and finding specific commits across debugging, auditing, and release investigation workflows.

GHAS Alert Pagination

The GHAS alert listing tools now support pagination. list_code_scanning_alerts, list_dependabot_alerts, and list_secret_scanning_alerts can now retrieve beyond the first page of results, avoiding incomplete alert summaries for repositories with larger security backlogs.

Reliability and Hardening

This release includes several tool reliability improvements, including returning isError for argument validation failures so agents can self-correct, guarding completions requests against malformed params, and ignoring proxy forwarding headers by default when building OAuth resource metadata.

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.1.0

GitHub MCP Server 1.0.5

18 May 15:07
Immutable release. Only release title and notes can be modified.
c471ae9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

GitHub MCP Server 1.0.4

11 May 15:14
Immutable release. Only release title and notes can be modified.
c3dedbe

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

GitHub MCP Server 1.0.3

24 Apr 11:37
Immutable release. Only release title and notes can be modified.
4bded57

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

GitHub MCP Server 1.0.2

22 Apr 17:19
Immutable release. Only release title and notes can be modified.
3a6a6f6

Choose a tag to compare

What's Changed

  • Fix set_issue_fields mutation: use correct inline fragments for IssueFieldValue union by @iulia-b in #2366

New Contributors

Full Changelog: v1.0.1...v1.0.2

GitHub MCP Server 1.0.1

21 Apr 14:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • Fix Content-Type rejection for application/json; charset=utf-8 by @IrynaKulakova in #2362
  • SDK Regression: Re-allow browser-based MCP clients via CORS by @RossTarrant in #2359
  • build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0 by @dependabot[bot] in #2357
  • build(deps): bump actions/github-script from 8 to 9 by @dependabot[bot] in #2356
  • build(deps): bump golang from 04d017a to 5caaf1c by @dependabot[bot] in #2355

New Contributors

Full Changelog: v1.0.0...v1.0.1