Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcabfc98

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 <ahref="https://github.com/mark3labs/mcp-go/releases">github.com/mark3labs/mcp-go'sreleases</a>.</em></p><blockquote><h2>Release v0.23.1</h2><h2>What's Changed</h2><ul><li>fix(client): prevent panics by <ahref="https://github.com/jkoelker"><code>@​jkoelker</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/192">mark3labs/mcp-go#192</a></li><li>fix: correct JSON key for client capabilities by <ahref="https://github.com/TBXark"><code>@​TBXark</code></a> in <ahref="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 <ahref="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> in <ahref="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 <ahref="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> in <ahref="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> madetheir first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/197">mark3labs/mcp-go#197</a></li></ul><p><strong>Full Changelog</strong>: <ahref="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 <ahref="https://github.com/scottfeldman"><code>@​scottfeldman</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/176">mark3labs/mcp-go#176</a></li><li>feat(server): Add hooks.AddOnUnregisterSession functionality by <ahref="https://github.com/robert-jackson-glean"><code>@​robert-jackson-glean</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/175">mark3labs/mcp-go#175</a></li><li>Refact: pre-allocate memory for memory-efficiency by <ahref="https://github.com/cryo-zd"><code>@​cryo-zd</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/178">mark3labs/mcp-go#178</a></li><li>fix sse shutdown by <ahref="https://github.com/karngyan"><code>@​karngyan</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/128">mark3labs/mcp-go#128</a></li><li>fix: update spec link by <ahref="https://github.com/warjiang"><code>@​warjiang</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/188">mark3labs/mcp-go#188</a></li><li>Add <code>InProcessTransport</code> by <ahref="https://github.com/dugenkui03"><code>@​dugenkui03</code></a> in <ahref="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<ahref="https://redirect.github.com/mark3labs/mcp-go/pull/184">mark3labs/mcp-go#184</a></li></ul><h2>New Contributors</h2><ul><li><ahref="https://github.com/scottfeldman"><code>@​scottfeldman</code></a>made their first contribution in <ahref="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> madetheir first contribution in <ahref="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 <ahref="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 <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/188">mark3labs/mcp-go#188</a></li></ul><p><strong>Full Changelog</strong>: <ahref="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><ahref="https://github.com/mark3labs/mcp-go/commit/edda393a1a231aefaaef41086ba7344e30c6b559"><code>edda393</code></a>fix potential risk of sending on closed channel (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/194">#194</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/6e000c30767a9e03f90d2a3932af91c620945323"><code>6e000c3</code></a>check stdio start before sending notification (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/199">#199</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/fb13cfbf97dfa75c4245e3924a8e9ced99871a55"><code>fb13cfb</code></a>fix: correct JSON key for client capabilities (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/197">#197</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/d343bff720e8ce4c21415dd7bb253bd107d2d0d7"><code>d343bff</code></a>fix(client): prevent panics (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/192">#192</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/781b7327ad04888293d38d0bf0a9cd0588d3af79"><code>781b732</code></a>optimize capability and notification (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/184">#184</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/6760d870f40fa9df86a733170d2d3951ebe5659c"><code>6760d87</code></a>in process transport (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/189">#189</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/be0d8cbfe8cefde1ad0116b76b4abebd93bf323f"><code>be0d8cb</code></a>fix: update spec link (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/188">#188</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/2e4af4cf0c6dd36013aeb725f547ad4963c2155d"><code>2e4af4c</code></a>fix sse shutdown (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/128">#128</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/9f39a43b4e9d756e386289dd687f57cf9ffacfe0"><code>9f39a43</code></a>Merge branch 'main' of github.com:mark3labs/mcp-go</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/dd7dcc515d62b442b53b1789a4d41959547719a3"><code>dd7dcc5</code></a>Fix spelling</li><li>Additional commits viewable in <ahref="https://github.com/mark3labs/mcp-go/compare/v0.22.0...v0.23.1">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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 parente0483e3 commitcabfc98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ require (
489489
require (
490490
github.com/coder/previewv0.0.1
491491
github.com/kylecarbs/aisdk-gov0.0.5
492-
github.com/mark3labs/mcp-gov0.22.0
492+
github.com/mark3labs/mcp-gov0.23.1
493493
)
494494

495495
require (

‎go.sum

Lines changed: 2 additions & 2 deletions
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/v2v2.4.0/go.mod h1:VBtN8DXO7SNtyGmLiGA7IsFeKrBkQPze1/iAeM95arc=
15021502
github.com/marekm4/color-extractorv1.2.1 h1:3Zb2tQsn6bITZ8MBVhc33Qn1k5/SEuZ18mrXGUqIwn0=
15031503
github.com/marekm4/color-extractorv1.2.1/go.mod h1:90VjmiHI6M8ez9eYUaXLdcKnS+BAOp7w+NpwBdkJmpA=
1504-
github.com/mark3labs/mcp-gov0.22.0 h1:cCEBWi4Yy9Kio+OW1hWIyi4WLsSr+RBBK6FI5tj+b7I=
1505-
github.com/mark3labs/mcp-gov0.22.0/go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4=
1504+
github.com/mark3labs/mcp-gov0.23.1 h1:RzTzZ5kJ+HxwnutKA4rll8N/pKV6Wh5dhCmiJUu5S9I=
1505+
github.com/mark3labs/mcp-gov0.23.1/go.mod h1:rXqOudj/djTORU/ThxYx8fqEVj/5pvTuuebQ2RC7uk4=
15061506
github.com/mattn/go-colorablev0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
15071507
github.com/mattn/go-colorablev0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
15081508
github.com/mattn/go-colorablev0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp