Skip to content

Commit cabfc98

Browse files
chore: bump github.com/mark3labs/mcp-go from 0.22.0 to 0.23.1 (#17576)
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.22.0 to 0.23.1. <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.23.1</h2> <h2>What's Changed</h2> <ul> <li>fix(client): prevent panics by <a href="https://github.com/jkoelker"><code>@​jkoelker</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/192">mark3labs/mcp-go#192</a></li> <li>fix: correct JSON key for client capabilities by <a href="https://github.com/TBXark"><code>@​TBXark</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/197">mark3labs/mcp-go#197</a></li> <li>fix(client): check stdio started before sending notification by <a href="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/199">mark3labs/mcp-go#199</a></li> <li>fix(client): potential risk of sending on closed channel by <a href="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/194">mark3labs/mcp-go#194</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/TBXark"><code>@​TBXark</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/197">mark3labs/mcp-go#197</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mark3labs/mcp-go/compare/v0.23.0...v0.23.1">https://github.com/mark3labs/mcp-go/compare/v0.23.0...v0.23.1</a></p> <h2>Release v0.23.0</h2> <h2>What's Changed</h2> <ul> <li>Export SendNotificationToAllClients by <a href="https://github.com/scottfeldman"><code>@​scottfeldman</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/176">mark3labs/mcp-go#176</a></li> <li>feat(server): Add hooks.AddOnUnregisterSession functionality by <a href="https://github.com/robert-jackson-glean"><code>@​robert-jackson-glean</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/175">mark3labs/mcp-go#175</a></li> <li>Refact: pre-allocate memory for memory-efficiency by <a href="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/178">mark3labs/mcp-go#178</a></li> <li>fix sse shutdown by <a href="https://github.com/karngyan"><code>@​karngyan</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/128">mark3labs/mcp-go#128</a></li> <li>fix: update spec link by <a href="https://github.com/warjiang"><code>@​warjiang</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/188">mark3labs/mcp-go#188</a></li> <li>Add <code>InProcessTransport</code> by <a href="https://github.com/dugenkui03"><code>@​dugenkui03</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/189">mark3labs/mcp-go#189</a></li> <li>Optimize capability and notification according to specification by <a href="https://github.com/dugenkui03"><code>@​dugenkui03</code></a> in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/184">mark3labs/mcp-go#184</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/scottfeldman"><code>@​scottfeldman</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/176">mark3labs/mcp-go#176</a></li> <li><a href="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/178">mark3labs/mcp-go#178</a></li> <li><a href="https://github.com/karngyan"><code>@​karngyan</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/128">mark3labs/mcp-go#128</a></li> <li><a href="https://github.com/warjiang"><code>@​warjiang</code></a> made their first contribution in <a href="https://redirect.github.com/mark3labs/mcp-go/pull/188">mark3labs/mcp-go#188</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mark3labs/mcp-go/compare/v0.22.0...v0.23.0">https://github.com/mark3labs/mcp-go/compare/v0.22.0...v0.23.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mark3labs/mcp-go/commit/edda393a1a231aefaaef41086ba7344e30c6b559"><code>edda393</code></a> fix potential risk of sending on closed channel (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/194">#194</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/6e000c30767a9e03f90d2a3932af91c620945323"><code>6e000c3</code></a> check stdio start before sending notification (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/199">#199</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/fb13cfbf97dfa75c4245e3924a8e9ced99871a55"><code>fb13cfb</code></a> fix: correct JSON key for client capabilities (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/197">#197</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/d343bff720e8ce4c21415dd7bb253bd107d2d0d7"><code>d343bff</code></a> fix(client): prevent panics (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/192">#192</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/781b7327ad04888293d38d0bf0a9cd0588d3af79"><code>781b732</code></a> optimize capability and notification (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/184">#184</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/6760d870f40fa9df86a733170d2d3951ebe5659c"><code>6760d87</code></a> in process transport (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/189">#189</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/be0d8cbfe8cefde1ad0116b76b4abebd93bf323f"><code>be0d8cb</code></a> fix: update spec link (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/188">#188</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/2e4af4cf0c6dd36013aeb725f547ad4963c2155d"><code>2e4af4c</code></a> fix sse shutdown (<a href="https://redirect.github.com/mark3labs/mcp-go/issues/128">#128</a>)</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/9f39a43b4e9d756e386289dd687f57cf9ffacfe0"><code>9f39a43</code></a> Merge branch 'main' of github.com:mark3labs/mcp-go</li> <li><a href="https://github.com/mark3labs/mcp-go/commit/dd7dcc515d62b442b53b1789a4d41959547719a3"><code>dd7dcc5</code></a> Fix spelling</li> <li>Additional commits viewable in <a href="https://github.com/mark3labs/mcp-go/compare/v0.22.0...v0.23.1">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.22.0&new-version=0.23.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0483e3 commit cabfc98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ require (
489489
require (
490490
github.com/coder/preview v0.0.1
491491
github.com/kylecarbs/aisdk-go v0.0.5
492-
github.com/mark3labs/mcp-go v0.22.0
492+
github.com/mark3labs/mcp-go v0.23.1
493493
)
494494

495495
require (

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1501,8 +1501,8 @@ github.com/makeworld-the-better-one/dither/v2 v2.4.0 h1:Az/dYXiTcwcRSe59Hzw4RI1r
15011501
github.com/makeworld-the-better-one/dither/v2 v2.4.0/go.mod h1:VBtN8DXO7SNtyGmLiGA7IsFeKrBkQPze1/iAeM95arc=
15021502
github.com/marekm4/color-extractor v1.2.1 h1:3Zb2tQsn6bITZ8MBVhc33Qn1k5/SEuZ18mrXGUqIwn0=
15031503
github.com/marekm4/color-extractor v1.2.1/go.mod h1:90VjmiHI6M8ez9eYUaXLdcKnS+BAOp7w+NpwBdkJmpA=
1504-
github.com/mark3labs/mcp-go v0.22.0 h1:cCEBWi4Yy9Kio+OW1hWIyi4WLsSr+RBBK6FI5tj+b7I=
1505-
github.com/mark3labs/mcp-go v0.22.0/go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4=
1504+
github.com/mark3labs/mcp-go v0.23.1 h1:RzTzZ5kJ+HxwnutKA4rll8N/pKV6Wh5dhCmiJUu5S9I=
1505+
github.com/mark3labs/mcp-go v0.23.1/go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4=
15061506
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
15071507
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
15081508
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=

0 commit comments

Comments
 (0)