Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2025

Bumps the go-deps group with 1 update: github.com/mark3labs/mcp-go.

Updates github.com/mark3labs/mcp-go from 0.27.0 to 0.29.0

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v0.29.0

What's Changed

Breaking Changes

In v0.29.0, MCP-Go introduces breaking changes to tool request handling. The main change is that request.Params.Arguments is no longer directly accessible as a map. Instead, you must use the new GetArguments() method to retrieve arguments as a map. For type-safe argument access, new helper methods like RequireString(), RequireFloat(), and RequireBool() have been added. To migrate:

  1. Replace direct access to request.Params.Arguments["key"] with request.GetArguments()["key"]
  2. For better type safety, use the new helper methods: request.RequireString("key"), request.RequireFloat("key"), etc.
  3. For complex argument structures, use the new BindArguments() method with a struct, or try the new typed tool handlers with mcp.NewTypedToolHandler() as shown in the new examples/typed_tools example.

New Contributors

Full Changelog: mark3labs/mcp-go@v0.28.0...v0.29.0

Release v0.28.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.27.1...v0.28.0

Release v0.27.1

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.27.0...v0.27.1

Commits
  • 99720bb fix: handle the situation where the channel is closed (#304)
  • 420d521 chore(Srv/stdio): duplicated setting of ErrorLogger (#306)
  • eaa6f29 chore: remove unused variables and type arguments (#302)
  • 65010c4 chore: drop unused fields from sseSession (#303)
  • 28c9cc3 refactor: make CallToolRequest.Arguments more flexible (Breaking Change) (#287)
  • 077f546 feat(MCPServer): support logging/setlevel request (#276)
  • 09c23b5 fix: type mismatch for request/response ID (#291)
  • 91ddba5 feat(protocol): allow additional fields in meta (#293)
  • eb835b9 fix: Gate notifications on capabilities (#290)
  • e7d2547 feat(tools): implicitly register capabilities (#292)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Bumps the go-deps group with 1 update: [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go).


Updates `github.com/mark3labs/mcp-go` from 0.27.0 to 0.29.0
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.27.0...v0.29.0)

---
updated-dependencies:
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from kop May 20, 2025 12:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 20, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@sonarqubecloud
Copy link

@kop kop enabled auto-merge (squash) May 20, 2025 14:56
@kop kop merged commit da0a034 into main May 20, 2025
6 checks passed
@kop kop deleted the dependabot/go_modules/go-deps-1c63cac239 branch May 20, 2025 15:00
kop pushed a commit that referenced this pull request May 20, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.3.1](v0.3.0...v0.3.1)
(2025-05-20)


### Dependencies

* **github-actions:** bump the github-actions-deps group across 1
directory with 2 updates
([#23](#23))
([293551d](293551d))
* **gomod:** bump github.com/mark3labs/mcp-go from 0.27.0 to 0.29.0 in
the go-deps group
([#27](#27))
([da0a034](da0a034))
* **gomod:** bump the go-deps group across 1 directory with 6 updates
([#24](#24))
([145ec54](145ec54))
* **gomod:** bump the go-deps group with 3 updates
([#26](#26))
([a64f8c1](a64f8c1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants