Bump github.com/modelcontextprotocol/go-sdk from 1.2.0 to 1.4.1 - #10
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/modelcontextprotocol/go-sdk](https://github.com/modelcontextprotocol/go-sdk) from 1.2.0 to 1.4.1. - [Release notes](https://github.com/modelcontextprotocol/go-sdk/releases) - [Commits](modelcontextprotocol/go-sdk@v1.2.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/modelcontextprotocol/go-sdk dependency-version: 1.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Kay9Zero
added a commit
to Kay9Zero/xk6-infobip-mcp
that referenced
this pull request
Sep 17, 2026
Move to the current k6 v1 release and refresh the rest of the
dependency set. This also resolves the open Dependabot proposals, in
several cases with newer versions than were proposed:
go.k6.io/k6 v1.3.0 -> v1.8.1
modelcontextprotocol/go-sdk v1.2.0 -> v1.8.0 (infobip#10)
google.golang.org/grpc v1.75.0 -> v1.83.2 (infobip#9)
go.opentelemetry.io/otel v1.37.0 -> v1.44.0 (infobip#11, infobip#12, infobip#13)
sirupsen/logrus v1.9.3 -> v1.10.2
stretchr/testify v1.11.1 -> v1.12.1
Two of these are load bearing rather than routine.
grpc is pinned explicitly because k6 v1.8.1 selects v1.82.1, which
govulncheck reports as affected by GO-2026-6348 (heap exhaustion via
HTTP/2 DATA frame fragmentation, fixed in v1.83.1). The vulnerability is
reachable from this extension: the reported trace runs through
RoundTripper.RoundTrip in roundtripper.go. Pinning v1.83.2 clears the
scan.
The go-sdk upgrade fixes an indefinite hang. On v1.2.0, NewClient never
returns when the endpoint accepts the connection but never responds, on
either transport, so a VU pointed at an unresponsive MCP server wedges
for the remainder of the test run. v1.8.0 hardens the transports and
honours cancellation.
sobek is pinned to the revision k6 v1.8.1 itself requires rather than a
newer one, and OpenTelemetry is kept on the coordinated 1.44.0 family,
to avoid overriding transitive versions k6 was tested against.
The Go directive moves to 1.25.0 with toolchain go1.25.12, matching what
k6 v1.8.1 declares.
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.2.0 to 1.4.1.
Release notes
Sourced from github.com/modelcontextprotocol/go-sdk's releases.
... (truncated)
Commits
580f2a0mcp: verify 'Origin' and 'Content-Type' headers (#842)421ddf1auth: allow passing custom http.Client to AuthorizationCodeHandler (#840)515f11binternal: fix Unicode zero character handling (#841)c9317fball: client side OAuth support (#785)4e8b6camcp: return 400 instead of 500 when body read fails in stateless mode (#817)0048a18chore: Configure advanced CodeQL setup (#819)1942036chore: update the version of the conformance suite. (#814)b17143fchore: increase timeout for conformance server start. (#813)86d05a1chore: update publish-docs permissions to be more targeted. (#812)9f22cf1chore: configure a simple AGENTS.md file and a skill for fixing GitHu… (#810)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)You can disable automated security fix PRs for this repo from the Security Alerts page.