- Notifications
You must be signed in to change notification settings - Fork914
Commitcabfc98
authored
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 />[](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
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
489 | 489 |
| |
490 | 490 |
| |
491 | 491 |
| |
492 |
| - | |
| 492 | + | |
493 | 493 |
| |
494 | 494 |
| |
495 | 495 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1501 | 1501 |
| |
1502 | 1502 |
| |
1503 | 1503 |
| |
1504 |
| - | |
1505 |
| - | |
| 1504 | + | |
| 1505 | + | |
1506 | 1506 |
| |
1507 | 1507 |
| |
1508 | 1508 |
| |
|
0 commit comments
Comments
(0)