Update module github.com/mark3labs/mcp-go to v0.41.1 - #11
Merged
Conversation
renovate
Bot
force-pushed
the
renovate-github.com-mark3labs-mcp-go-0.x
branch
7 times, most recently
from
October 16, 2025 15:39
b988845 to
15e6d2e
Compare
renovate
Bot
force-pushed
the
renovate-github.com-mark3labs-mcp-go-0.x
branch
from
October 16, 2025 15:40
15e6d2e to
150971d
Compare
The build was failing because `request.Params.Arguments` was being indexed without a type assertion, and it was not handling cases where it could be `nil`.
This change adds a type assertion to `map[string]interface{}` and a `nil` check to prevent panics, ensuring the MCP handler can gracefully handle requests with missing or invalid arguments.
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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.
This PR contains the following updates:
v0.26.0->v0.41.1Release Notes
mark3labs/mcp-go (github.com/mark3labs/mcp-go)
v0.41.1Compare Source
What's Changed
Full Changelog: mark3labs/mcp-go@v0.41.0...v0.41.1
v0.41.0Compare Source
What's Changed
New Contributors
Full Changelog: mark3labs/mcp-go@v0.40.0...v0.41.0
v0.40.0Compare Source
What's Changed
New Contributors
Full Changelog: mark3labs/mcp-go@v0.39.1...v0.40.0
v0.39.1Compare Source
What's Changed
outputSchemaby @alex210501 in #573Full Changelog: mark3labs/mcp-go@v0.39.0...v0.39.1
v0.39.0Compare Source
What's Changed
New Contributors
Full Changelog: mark3labs/mcp-go@v0.38.0...v0.39.0
v0.38.0Compare Source
What's Changed
New Contributors
Full Changelog: mark3labs/mcp-go@v0.37.0...v0.38.0
v0.37.0Compare Source
The
Result.Metafield type has changed frommap[string]anyto*Meta. Code that directly accesses or sets this field will need to be updated:What's Changed
SetExpectedStatefor cross-request OAuth flows by @sd2k in #500New Contributors
Full Changelog: mark3labs/mcp-go@v0.36.0...v0.37.0
v0.36.0Compare Source
What's Changed
sampling_serverbinary file by @JeffreyCA in #512New Contributors
Full Changelog: mark3labs/mcp-go@v0.35.0...v0.36.0
v0.35.0Compare Source
What's Changed
New Contributors
Full Changelog: mark3labs/mcp-go@v0.34.0...v0.35.0
v0.34.0Compare Source
What's Changed
Content-Type: application/json; charset=utf-8error by @oldweipro in #478SessionWithLogginginterface onstreamableHttpSessionby @sunerpy in #484New Contributors
Full Changelog: mark3labs/mcp-go@v0.33.0...v0.34.0
v0.33.0Compare Source
What's Changed
Stdioclient with options by @peteski22 in #457New Contributors
Full Changelog: mark3labs/mcp-go@v0.32.0...v0.33.0
v0.32.0Compare Source
What's Changed
Server.Startto accept acontext.Context. by @octo in #339New Contributors
Full Changelog: mark3labs/mcp-go@v0.31.0...v0.32.0
v0.31.0Compare Source
What's Changed
PingRequestby @cryo-zd in #353New Contributors
Full Changelog: mark3labs/mcp-go@v0.30.1...v0.31.0
v0.30.1Compare Source
What's Changed
Full Changelog: mark3labs/mcp-go@v0.30.0...v0.30.1
v0.30.0Compare Source
What's Changed
GetArgumentsby @jamietanna in #316New Contributors
Full Changelog: mark3labs/mcp-go@v0.29.0...v0.30.0
v0.29.0Compare Source
What's Changed
Breaking Changes
In
v0.29.0, MCP-Go introduces breaking changes to tool request handling. The main change is thatrequest.Params.Argumentsis no longer directly accessible as a map. Instead, you must use the newGetArguments()method to retrieve arguments as a map. For type-safe argument access, new helper methods likeRequireString(),RequireFloat(), andRequireBool()have been added. To migrate:request.Params.Arguments["key"]withrequest.GetArguments()["key"]request.RequireString("key"),request.RequireFloat("key"), etc.BindArguments()method with a struct, or try the new typed tool handlers withmcp.NewTypedToolHandler()as shown in the newexamples/typed_toolsexample.New Contributors
Full Changelog: mark3labs/mcp-go@v0.28.0...v0.29.0
v0.28.0Compare Source
What's Changed
logging/setlevelrequest by @cryo-zd in #276New Contributors
Full Changelog: mark3labs/mcp-go@v0.27.1...v0.28.0
v0.27.1Compare Source
What's Changed
New Contributors
Full Changelog: mark3labs/mcp-go@v0.27.0...v0.27.1
v0.27.0Compare Source
What's Changed
RemoveResource()by @cryo-zd in #262interface{}withanyby @pottekkat in #261readNextLine()by @cryo-zd in #257mcp.RoleSystemby @robert-jackson-glean in #269ToolAnnotationswithfalsevalues by @pottekkat in #260New Contributors
Full Changelog: mark3labs/mcp-go@v0.26.0...v0.27.0
Configuration
📅 Schedule: Branch creation - "after 02:00 am and before 6:00 am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.