Skip to content

Releases: github/github-mcp-server

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

GitHub MCP Server 1.0.0

16 Apr 14:01
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Highlights

We've made it to release 1.0.0! πŸ₯³

Granular Issue Field Values

New set_issue_fields tool in the granular Issues toolset. Set, update, or delete organization-level custom field values on issues. This is feature flagged under issues_granular

MCP Apps Feature Flag

MCP Apps UI support has been migrated from insiders-only mode to a proper feature flag (remote_mcp_ui_apps). This will be rolled out to more users with supported clients over time.

What's Changed

  • build(deps): bump distroless/base-debian12 from 937c7ea to 9dce90e by @dependabot[bot] in #2321
  • feat(http): implement HeaderAllowedFeatureFlags for X-MCP-Features header validation by @mattdholloway in #2332
  • deps: upgrade modelcontextprotocol/go-sdk to v1.5.0 by @SamMorrowDrums in #2336
  • build(deps): bump docker/login-action from 3.7.0 to 4.0.0 by @dependabot[bot] in #2254
  • docs: fix broken link to tool renaming guide in README by @marcelsafin in #2316
  • build(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0 by @dependabot[bot] in #2253
  • build(deps): bump github.com/josephburnett/jd/v2 from 2.4.0 to 2.5.0 by @dependabot[bot] in #2071
  • build(deps): bump golang from 1.25.8-alpine to 1.25.9-alpine by @dependabot[bot] in #2320
  • Migrate MCP Apps support from insiders mode to feature flag with insiders opt-in by @SamMorrowDrums in #2335
  • Add granular tool to set issue field values by @mattdholloway in #2338

New Contributors

Full Changelog: v0.33.1...v1.0.0

GitHub MCP Server 0.33.1

14 Apr 15:39
Immutable release. Only release title and notes can be modified.
62266f8

Choose a tag to compare

GitHub MCP Server 0.33.0

14 Apr 15:16
Immutable release. Only release title and notes can be modified.
62266f8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.32.0...v0.33.0

GitHub MCP Server 0.32.0

06 Mar 14:35
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Highlights

Context Reduction

This release brings context optimisations to get_files, get_pull_request_review_comments, get_pull_request_reviews, add_issue_comments, list_pull_requests, list_tags, list_releases, and list_issues. Tool outputs have been trimmed to only retain information that the LLM needs.

Copilot Tools in Default Toolset

Copilot-specific tools have been moved into the default copilot toolset, making them available out of the box without additional configuration.

MCP Apps UI Improvements

Several enhancements to MCP Apps rendering - including better client support detection, clearer user confirmation prompts for issue and PR creation, and smarter form skipping when issue updates include a state change.

What's Changed

New Contributors

Full Changelog: v0.31.0...v0.32.0