deps: bump github.com/modelcontextprotocol/go-sdk from 1.7.0 to 1.8.0 in the go-dependencies group - #215
Merged
github-actions[bot] merged 1 commit intoSep 14, 2026
Conversation
Bumps the go-dependencies group with 1 update: [github.com/modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk). Updates `github.com/modelcontextprotocol/go-sdk` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/modelcontextprotocol/go-sdk/releases) - [Commits](modelcontextprotocol/go-sdk@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/modelcontextprotocol/go-sdk dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/go_modules/go-dependencies-f5ebb2e520
branch
September 14, 2026 11:08
Contributor
There was a problem hiding this comment.
🟢 Approved
The dependency and checksums are consistently updated, with no incompatible usage identified.
Pull request overview
Updates the MCP Go SDK dependency from v1.7.0 to v1.8.0, incorporating upstream transport hardening and reliability fixes.
Changes:
- Bumps the SDK version.
- Refreshes module checksums.
[!TIP]
If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or rungh pr ready --undo.
Click "Ready for review" or rungh pr readyto reengage.
File summaries
| File | Description |
|---|---|
go.mod |
Updates the MCP SDK requirement to v1.8.0. |
go.sum |
Updates checksums for the new version. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 1 update: github.com/modelcontextprotocol/go-sdk.
Updates
github.com/modelcontextprotocol/go-sdkfrom 1.7.0 to 1.8.0Release notes
Sourced from github.com/modelcontextprotocol/go-sdk's releases.
... (truncated)
Commits
3f3b699refactor: remove legacy MCPGODEBUG compatibility for new protocol release (#1...830f0b7mcp: update conformance tests (#1231)12cbafeoauthex: oauth discovery checks (#1220)3632967mcp: add an sse event size cap (#1205)0d3036fmcp: allow per request Cacheable customization (#1203)cb0de64mcp: add a max request body size of the old transport (#1224)2fdabdemcp: do not check metatada on notifications (#1215)59185e6build(deps): bump ossf/scorecard-action from 2.4.3 to 2.4.4 (#1217)a6764cfbuild(deps): bump golang/govulncheck-action from 1.0.4 to 1.1.0 (#1218)8227246fix: only subscribe when server advertises capability (#1221)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsSummary by cubic
Bumps
github.com/modelcontextprotocol/go-sdkfrom v1.7.0 to v1.8.0. The update hardens transports against resource exhaustion and adds server options for protocol version restriction and per-request cache control; no new protocol revision is introduced.Migration
MCPGODEBUGflags; both flags will be removed in v1.9.0.MCPGODEBUGoptions were removed:seterroroverwrite,enableoriginverification, anddisablecontenttypecheck.Written for commit 90f8a81. Summary will update on new commits.