-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Comparing changes
Open a pull request
base repository: github/github-mcp-server
base: 569a48d
head repository: github/github-mcp-server
compare: f363fd0
- 11 commits
- 13 files changed
- 9 contributors
Commits on Apr 21, 2026
-
Fix Content-Type rejection for application/json; charset=utf-8
Add NormalizeContentType middleware that strips optional parameters (e.g. charset=utf-8) from application/json Content-Type headers before the request reaches the Go SDK's StreamableHTTP handler, which performs strict string matching. Per RFC 8259, the charset parameter is redundant for JSON but must be accepted per HTTP semantics. Fixes #2333 Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88de5b7 - Browse repository at this point
Copy the full SHA 88de5b7View commit details -
Bump go-sdk to 27f29c1 (Content-Type media type parsing fix)
Upgrades github.com/modelcontextprotocol/go-sdk from v1.5.0 to v1.5.1-0.20260403154220-27f29c1cef3b which includes proper media type parsing for Content-Type headers, fixing the strict string matching that rejected application/json; charset=utf-8. Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6190a6f - Browse repository at this point
Copy the full SHA 6190a6fView commit details -
Remove NormalizeContentType middleware workaround
The go-sdk bump (27f29c1) includes the proper fix upstream, making the middleware unnecessary. Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91d6465 - Browse repository at this point
Copy the full SHA 91d6465View commit details -
chore: regenerate license files
Auto-generated by license-check workflow
Configuration menu - View commit details
-
Copy full SHA for 48d50cd - Browse repository at this point
Copy the full SHA 48d50cdView commit details -
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28171ab - Browse repository at this point
Copy the full SHA 28171abView commit details -
Agent-Logs-Url: https://github.com/github/github-mcp-server/sessions/49811f97-33b0-476c-8811-419dee2a5318 Co-authored-by: omgitsads <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebeefe0 - Browse repository at this point
Copy the full SHA ebeefe0View commit details -
chore: revert unintended handler test formatting
Agent-Logs-Url: https://github.com/github/github-mcp-server/sessions/49811f97-33b0-476c-8811-419dee2a5318 Co-authored-by: omgitsads <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7fd6a92 - Browse repository at this point
Copy the full SHA 7fd6a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0320b8 - Browse repository at this point
Copy the full SHA d0320b8View commit details -
build(deps): bump docker/build-push-action from 7.0.0 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffe4e6b - Browse repository at this point
Copy the full SHA ffe4e6bView commit details -
build(deps): bump actions/github-script from 8 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1318ab - Browse repository at this point
Copy the full SHA b1318abView commit details -
build(deps): bump golang from
04d017ato5caaf1cBumps golang from `04d017a` to `5caaf1c`. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.9-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f363fd0 - Browse repository at this point
Copy the full SHA f363fd0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 569a48d...f363fd0