chore(deps): bump github.com/modelcontextprotocol/go-sdk from 1.3.1 to 1.6.1#84
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [github.com/modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) from 1.3.1 to 1.6.1. - [Release notes](https://github.com/modelcontextprotocol/go-sdk/releases) - [Commits](modelcontextprotocol/go-sdk@v1.3.1...v1.6.1) --- updated-dependencies: - dependency-name: github.com/modelcontextprotocol/go-sdk dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
blue4209211
added a commit
that referenced
this pull request
Jun 7, 2026
Supersedes Dependabot PRs #72, #78, and #84: - go-sdk: 1.4.1 -> 1.6.1 (matches #84; still patches the three open high-severity alerts plus subsequent fixes) - actions/setup-go: v5 -> v6 (matches #78) Transitive bumps from go mod tidy: - github.com/google/jsonschema-go v0.4.2 -> v0.4.3 - golang.org/x/oauth2 v0.34.0 -> v0.35.0 - golang.org/x/sys v0.40.0 -> v0.41.0 Verified locally: full test suite green. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Folded into #94 — go-sdk 1.6.1 is included in that PR alongside CI hygiene fixes. |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
blue4209211
added a commit
that referenced
this pull request
Jun 7, 2026
Bundled CI hygiene + dependency security fix. Workflow tightening: - Release: restrict tag trigger from '*' to 'v*' so accidental non-version tags don't kick off a release. - Release: run `make test` before building so a broken main can't ship binaries. - CI: also run on push to main, catching anything that lands via direct push or stale-branch merge. - actions/setup-go: v4 -> v6 in both workflows (matches Dependabot's recommendation). Dependabot alerts closed: - go-sdk: v1.3.1 -> v1.6.1, resolving 3 high-severity alerts on github.com/modelcontextprotocol/go-sdk (null Unicode JSON parsing, cross-site tool execution without auth, DNS rebinding protection disabled by default on localhost). Transitive bumps from go mod tidy: - github.com/google/jsonschema-go v0.4.2 -> v0.4.3 - github.com/segmentio/encoding v0.5.3 -> v0.5.4 - golang.org/x/oauth2 v0.30.0 -> v0.35.0 - golang.org/x/sys v0.36.0 -> v0.41.0 Supersedes (closed): #72, #78, #84. Verified locally: full test suite green, `nbctl mcp` registers all 44 tools and reports "MCP server started, waiting for requests..." Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
blue4209211
added a commit
that referenced
this pull request
Jun 7, 2026
Bundled CI hygiene + dependency security fix. Workflow tightening: - Release: restrict tag trigger from '*' to 'v*' so accidental non-version tags don't kick off a release. - Release: run `make test` before building so a broken main can't ship binaries. - CI: also run on push to main, catching anything that lands via direct push or stale-branch merge. - actions/setup-go: v4 -> v6 in both workflows (matches Dependabot's recommendation). Dependabot alerts closed: - go-sdk: v1.3.1 -> v1.6.1, resolving 3 high-severity alerts on github.com/modelcontextprotocol/go-sdk (null Unicode JSON parsing, cross-site tool execution without auth, DNS rebinding protection disabled by default on localhost). Transitive bumps from go mod tidy: - github.com/google/jsonschema-go v0.4.2 -> v0.4.3 - github.com/segmentio/encoding v0.5.3 -> v0.5.4 - golang.org/x/oauth2 v0.30.0 -> v0.35.0 - golang.org/x/sys v0.36.0 -> v0.41.0 Supersedes (closed): #72, #78, #84. Verified locally: full test suite green, `nbctl mcp` registers all 44 tools and reports "MCP server started, waiting for requests..." Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 github.com/modelcontextprotocol/go-sdk from 1.3.1 to 1.6.1.
Release notes
Sourced from github.com/modelcontextprotocol/go-sdk's releases.
... (truncated)
Commits
d454bbamcp: add MCPGPDEBUG for opt-in Content-Type check (#972)f5f2015MCPGODEBUG update for 1.6.0 (#893)e01639afeat: HTTP Header Standardization for method and name (#907)93a41b2internal/jsonrpc2: remove unused code (#910)446beaemcp: Upgrade jsonschema-go (#912)2e21834extauth: add ClientCredentialsHandler for OAuth client credentials grant (#895)2643b22feat: add automatic application_type inference (#904)db50910mcp: do not re-prompt OAuth after cancelled Authorize (#885)5f2cd8fmcp: preserve transport errors in Write error chain (#888)0edc597Update README.md (#896)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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)