Skip to content

Commit e57530e

Browse files
deps(deps): bump github.com/mark3labs/mcp-go from 0.43.0 to 0.43.2 (#7)
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.43.0 to 0.43.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mark3labs/mcp-go/releases">github.com/mark3labs/mcp-go's releases</a>.</em></p> <blockquote> <h2>Release v0.43.2</h2> <h2>What's Changed</h2> <ul> <li>fix: notification break the client tool call by <a href="https://github.com/yuehaii"><code>@​yuehaii</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/642">mark3labs/mcp-go#642</a></li> <li>fix: handle either $defs or definitions field when unmarshaling ToolArgumentsSchema by <a href="https://github.com/sd2k"><code>@​sd2k</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/645">mark3labs/mcp-go#645</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mark3labs/mcp-go/compare/v0.43.1...v0.43.2">https://github.com/mark3labs/mcp-go/compare/v0.43.1...v0.43.2</a></p> <h2>Release v0.43.1</h2> <h2>What's Changed</h2> <ul> <li>fix: create StatelessGeneratingSessionIdManager to fix multi-instance deployments by <a href="https://github.com/ezynda3"><code>@​ezynda3</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/641">mark3labs/mcp-go#641</a></li> <li>fix: implement SessionWithClientInfo for streamableHttpSession by <a href="https://github.com/Anko59"><code>@​Anko59</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/640">mark3labs/mcp-go#640</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Anko59"><code>@​Anko59</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/640">mark3labs/mcp-go#640</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mark3labs/mcp-go/compare/v0.43.0...v0.43.1">https://github.com/mark3labs/mcp-go/compare/v0.43.0...v0.43.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mark3labs/mcp-go/commit/670a95ab91bc3a4a08c3618a56f6555cd17c2307"><code>670a95a</code></a> fix: handle either $defs or definitions field when unmarshaling ToolArguments...</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/6bd3269e9eb48846be87a11886204b7c54cf39a9"><code>6bd3269</code></a> fix: notification break the client tool call (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/642">#642</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/452279870d39e481f5b303925aa76e5aa36043ac"><code>4522798</code></a> remove coverage for now</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/b6dd262a18817aa21455b44a95c52c61f1e468a0"><code>b6dd262</code></a> fmt + fix linting errors</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/a27a7931050934354f9d851d369f8701b8d56433"><code>a27a793</code></a> fix: implement SessionWithClientInfo for streamableHttpSession (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/640">#640</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/2a23f4ae22292c196616cf8478447b5d71cebf05"><code>2a23f4a</code></a> fix: create StatelessGeneratingSessionIdManager to fix multi-instance deploym...</li> <li>See full diff in <a href="https://github.com/mark3labs/mcp-go/compare/v0.43.0...v0.43.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mark3labs/mcp-go&package-manager=go_modules&previous-version=0.43.0&new-version=0.43.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b6bad2c commit e57530e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.4
44

55
require (
66
github.com/dgraph-io/badger/v4 v4.9.1
7-
github.com/mark3labs/mcp-go v0.43.0
7+
github.com/mark3labs/mcp-go v0.43.2
88
)
99

1010
require (

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
4040
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
4141
github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8=
4242
github.com/mailru/easyjson v0.9.1/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
43-
github.com/mark3labs/mcp-go v0.43.0 h1:lgiKcWMddh4sngbU+hoWOZ9iAe/qp/m851RQpj3Y7jA=
44-
github.com/mark3labs/mcp-go v0.43.0/go.mod h1:YnJfOL382MIWDx1kMY+2zsRHU/q78dBg9aFb8W6Thdw=
43+
github.com/mark3labs/mcp-go v0.43.2 h1:21PUSlWWiSbUPQwXIJ5WKlETixpFpq+WBpbMGDSVy/I=
44+
github.com/mark3labs/mcp-go v0.43.2/go.mod h1:YnJfOL382MIWDx1kMY+2zsRHU/q78dBg9aFb8W6Thdw=
4545
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
4646
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
4747
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=

0 commit comments

Comments
 (0)