| github/github-mcp-server#2039 |
@SamMorrowDrums |
feat: move copilot tools to default copilot toolset |
| github/github-mcp-server#2059 |
@tommaso-moro |
Optimize context usage for get_files in pull_request_read |
| github/github-mcp-server#2062 |
@tommaso-moro |
Reduce context usage for get_pull_request_review_comments using pull_request_read |
| github/github-mcp-server#2063 |
@tommaso-moro |
Reduce context for add_issue_comments using minimal types |
| github/github-mcp-server#2066 |
@tommaso-moro |
Reduce context usage for get_pull_request_reviews |
| github/github-mcp-server#2087 |
@kerobbi |
Reduce context usage for list_pull_requests |
| github/github-mcp-server#2088 |
@kerobbi |
Reduce context usage for list_tags |
| github/github-mcp-server#2091 |
@kerobbi |
Reduce context usage for list_releases |
| github/github-mcp-server#2098 |
@kerobbi |
Reduce context usage for list_issues |
| github/github-mcp-server#1953 |
@kaitlin-duolingo |
Get check runs (new tool) |
| github/github-mcp-server#2042 |
@kubajanusz |
fix: Handle empty files in get_file_contents |
| github/github-mcp-server#2127 |
@almaleksia |
Stricter matching for github.com and ghe.com URLs |
| github/github-mcp-server#2130 |
@almaleksia |
Gracefully handle numeric parameters passed as strings |
| github/github-mcp-server#2134 |
@almaleksia |
Fix SHA validation in create_or_update_file |
| github/github-mcp-server#2149 |
@almaleksia |
Correctly wrap GraphQL error |
| github/github-mcp-server#1506 |
@SamMorrowDrums |
Fix panic when fetching resources fails due to network error |
| github/github-mcp-server#2051 |
@mattdholloway |
Enhance client support checks for MCP Apps UI rendering |
| github/github-mcp-server#2094 |
@mattdholloway |
Clarify user confirmation requirement in issue and pull request creation messages |
| github/github-mcp-server#2163 |
@Copilot |
Skip MCP Apps UI form when issue_write update includes a state change |
| github/github-mcp-server#2054 |
@dependabot |
build(deps): bump hono from 4.11.7 to 4.12.0 in /ui |
| github/github-mcp-server#2056 |
@dependabot |
build(deps): bump ajv from 8.17.1 to 8.18.0 in /ui |
| github/github-mcp-server#2046 |
@atharva1051 |
chore: gh-host as oauth auth server |
| github/github-mcp-server#2157 |
@SamMorrowDrums |
Add JavaScript support to code scanning workflow |
Summary
Two CLI/MCP dependency updates were detected and applied to
pkg/constants/constants.go. Workflows have been recompiled (166 lock files updated).Update GitHub MCP Server v0.31.0 → v0.32.0
Breaking Changes
None.
Key Features
get_files,get_pull_request_review_comments,get_pull_request_reviews,add_issue_comments,list_pull_requests,list_tags,list_releases,list_issues— reduces token usage in LLM interactionscopilottoolset, available out of the box without additional configurationget_check_runstool added (Get check runs github-mcp-server#1953)get_file_contents(fix: Handle empty files in get_file_contents github-mcp-server#2042)create_or_update_file(Fix SHA validation in create_or_update_file github-mcp-server#2134)View Full Changelog (all PRs)
@SamMorrowDrums@tommaso-moroget_filesinpull_request_read@tommaso-moroget_pull_request_review_commentsusingpull_request_read@tommaso-moroadd_issue_commentsusing minimal types@tommaso-moroget_pull_request_reviews@kerobbilist_pull_requests@kerobbilist_tags@kerobbilist_releases@kerobbilist_issues@kaitlin-duolingo@kubajanusz@almaleksia@almaleksia@almaleksia@almaleksia@SamMorrowDrums@mattdholloway@mattdholloway@Copilot@dependabot@dependabot@atharva1051@SamMorrowDrumsImpact Assessment
get_check_runsis now available but not yet inDefaultReadOnlyGitHubTools— add if neededPackage Links
ghcr.io/github/github-mcp-server:v0.32.0Update MCP Gateway v0.1.8 → v0.1.9
Breaking Changes
None.
Key Features
HTTPTransport(go-sdk v1.4.0 upgrade + protocol constant consolidation + HTTPTransport removal gh-aw-mcpg#1598)customSchemasDocumentation: New docs clarify custom schema URLs and uppercase domain constraint (docs: add customSchemas documentation and clarify domain uppercase constraint gh-aw-mcpg#1606)TestWithResponseLoggingthat caused lint failures during CI (fix: remove duplicate TestWithResponseLogging causing lint failure on merge gh-aw-mcpg#1599)View Full Changelog (all PRs)
@Copilot@Copilot@github-actions[bot]@github-actions[bot]@github-actions[bot]@Copilot@Copilot@lpcox@Copilot@Copilot@Copilot@ClaudeImpact Assessment
mcp-gatewayfeature flag)Package Links
ghcr.io/github/gh-aw-mcpg:v0.1.9Changes Applied
pkg/constants/constants.go: UpdatedDefaultGitHubMCPServerVersiontov0.32.0andDefaultMCPGatewayVersiontov0.1.9make recompile: Successfully compiled 166 workflow files with updated lock filesReferences: