Skip to content

GitHub MCP Server 1.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jun 08:28
Immutable release. Only release title and notes can be modified.
8cd03c0

Highlights ⭐

  • STDIO server now has baked in Oauth so you don't need a PAT token! Feedback discussion here
  • React to issue and pull request comments! 👁️
  • Get parent issues via the issue_read tool
  • MCP App for Issues now shows labels, miletones and more!

What's Changed

  • Promote issue fields and deprecate legacy issue write tool by @reneexeener in #2696
  • build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #2754
  • build(deps): bump golang from 8d95af5 to 523c3ef by @dependabot[bot] in #2753
  • build(deps): bump node from 3ad34ca to a2dc166 by @dependabot[bot] in #2752
  • build(deps): bump hono from 4.12.23 to 4.12.26 in /ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in #2735
  • Add get_parent method to issue_read by @zwick in #2726
  • Show issue_write MCP App form for labels/assignees/milestone/type by @mattdholloway in #2767
  • fix(ui_get): bound pagination to cap latency by @mattdholloway in #2766
  • feat(oauth): add stdio OAuth 2.1 login core library (1/4) by @SamMorrowDrums in #2704
  • docs: lead local/stdio install with OAuth login by @SamMorrowDrums in #2776
  • fix(pull_requests): validate required params in add_comment_to_pending_review by @syf2211 in #2770
  • fix(mcp-apps): reconcile the show/defer contract — render results, remove show_ui by @SamMorrowDrums in #2774
  • Add issue dependency read/write MCP tools by @zwick in #2751
  • Fix delete:true on issue fields by calling deleteIssueFieldValue mutation by @owenniblock in #2755
  • Add reaction tools for issues and pull requests by @timrogers in #2732

New Contributors

Full Changelog: v1.4.0...v1.5.0