build(deps): bump github.com/mark3labs/mcp-go from 0.54.1 to 0.55.1#69
Merged
ysyneu merged 1 commit intoJul 8, 2026
Merged
Conversation
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.54.1 to 0.55.1. - [Release notes](https://github.com/mark3labs/mcp-go/releases) - [Commits](mark3labs/mcp-go@v0.54.1...v0.55.1) --- updated-dependencies: - dependency-name: github.com/mark3labs/mcp-go dependency-version: 0.55.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
8b17756 to
e013a7c
Compare
ysyneu
added a commit
that referenced
this pull request
Jul 8, 2026
mcp-go v0.55 renamed the StreamableHTTP transport logger option from WithLogger to WithStreamableHTTPLogger and switched it to *slog.Logger (WithLogger now sets a server-level logger on the MCPServer). The dep bump (#69) left newStreamableHTTPServer calling the old signature, breaking the build on main. Switch to WithStreamableHTTPLogger(logger) and drop the now -obsolete slogAdapter shim.
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/mark3labs/mcp-go from 0.54.1 to 0.55.1.
Commits
b6e6224fix(client): avoid forwarding inbound request headers (#909)6d28e6dfix: avoid full filter scans on call hot paths (#908)43c2ca0oauth: return error instead of (nil, nil) from getServerMetadata (#903) (#904)3b66aa7mcptest: add SetSamplingHandler and SetElicitationHandler (#902)42bc0b2feat(otel): WithServerLogging — OTEL slog bridge for server structured logs (...d972f3fdocs(prompts): add review-pr kit prompt for Go PRsd5c0727feat(server): WithLogger consolidates structured logging onto *slog.Logger (#...3f1c760feat(tracing): add MetaPropagator for W3C trace context via MCP _meta (SEP-41...2cacbe7fix: enforce tool/prompt filters at call time, not just list time (#898)