- Notifications
You must be signed in to change notification settings - Fork928
Commitdc66daf
authored
chore: bump github.com/mark3labs/mcp-go from 0.23.1 to 0.25.0 (#17672)
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go)from 0.23.1 to 0.25.0.<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.25.0</h2><h2>What's Changed</h2><ul><li>update doc comments to match Go conventions by <ahref="https://github.com/yinebebt"><code>@yinebebt</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/226">mark3labs/mcp-go#226</a></li><li>fix: Add Accept Header in StreamableHTTP Client by <ahref="https://github.com/hhxiao"><code>@hhxiao</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/230">mark3labs/mcp-go#230</a></li><li>fix(SSE): only initialize <code>http.Server</code> when not set by<a href="https://github.com/cryo-zd"><code>@cryo-zd</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/229">mark3labs/mcp-go#229</a></li><li>fix: Prevent panic in parsing functions for null results by <ahref="https://github.com/cocovs"><code>@cocovs</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/218">mark3labs/mcp-go#218</a></li><li>[SSEClient] Add ability to override the http.Client by <ahref="https://github.com/sks"><code>@sks</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/109">mark3labs/mcp-go#109</a></li><li>feat(SSEServer): add WithAppendQueryToMessageEndpoint() by <ahref="https://github.com/liut"><code>@liut</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/136">mark3labs/mcp-go#136</a></li><li>feat: quick return tool-call request, send response via SSE ingoroutine by <ahref="https://github.com/CeerDecy"><code>@CeerDecy</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/163">mark3labs/mcp-go#163</a></li><li>feat(server/sse): Add support for dynamic base paths by <ahref="https://github.com/robert-jackson-glean"><code>@robert-jackson-glean</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/214">mark3labs/mcp-go#214</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/yinebebt"><code>@yinebebt</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/226">mark3labs/mcp-go#226</a></li><li><a href="https://github.com/hhxiao"><code>@hhxiao</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/230">mark3labs/mcp-go#230</a></li><li><a href="https://github.com/cocovs"><code>@cocovs</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/218">mark3labs/mcp-go#218</a></li><li><a href="https://github.com/sks"><code>@sks</code></a> made theirfirst contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/109">mark3labs/mcp-go#109</a></li><li><a href="https://github.com/liut"><code>@liut</code></a> made theirfirst contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/136">mark3labs/mcp-go#136</a></li><li><a href="https://github.com/CeerDecy"><code>@CeerDecy</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/163">mark3labs/mcp-go#163</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/mark3labs/mcp-go/compare/v0.24.1...v0.25.0">https://github.com/mark3labs/mcp-go/compare/v0.24.1...v0.25.0</a></p><h2>Release v0.24.1</h2><h2>What's Changed</h2><ul><li>fix: marshal <code>ToolInputSchema.Properties</code> to {} whenlen=0 by <a href="https://github.com/cryo-zd"><code>@cryo-zd</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/225">mark3labs/mcp-go#225</a></li><li>fix(client/test): verify mock server binary exists after compilationby <ahref="https://github.com/robert-jackson-glean"><code>@robert-jackson-glean</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/215">mark3labs/mcp-go#215</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/mark3labs/mcp-go/compare/v0.24.0...v0.24.1">https://github.com/mark3labs/mcp-go/compare/v0.24.0...v0.24.1</a></p><h2>Release v0.24.0</h2><h2>What's Changed</h2><ul><li>Use correct name in Go documentation by <ahref="https://github.com/oschwald"><code>@oschwald</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/202">mark3labs/mcp-go#202</a></li><li>fix(client): resource leak in <code>SSEClient.SendRequest()</code>by <a href="https://github.com/cryo-zd"><code>@cryo-zd</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/206">mark3labs/mcp-go#206</a></li><li>fix(client): risk of resource leak and closing closed channel by <ahref="https://github.com/cryo-zd"><code>@cryo-zd</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/208">mark3labs/mcp-go#208</a></li><li>no need to check empty text by <ahref="https://github.com/graydovee"><code>@graydovee</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/209">mark3labs/mcp-go#209</a></li><li>refactor: Pull out <code>Annotations</code> structure rather thanbeing an anonymous inner struct by <ahref="https://github.com/rm-hull"><code>@rm-hull</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/203">mark3labs/mcp-go#203</a></li><li>perf: optimize usage of RWMutex in MCPServer for performance by <ahref="https://github.com/cryo-zd"><code>@cryo-zd</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/181">mark3labs/mcp-go#181</a></li><li>feat: Add server hooks:OnRequestInitialization by <ahref="https://github.com/AlexNiny"><code>@AlexNiny</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/164">mark3labs/mcp-go#164</a></li><li>fix: Improve content type handling in streamable_http.go by <ahref="https://github.com/TBXark"><code>@TBXark</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/210">mark3labs/mcp-go#210</a></li><li>Add <code>mcptest</code> package for in-process MCP testing by <ahref="https://github.com/octo"><code>@octo</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/149">mark3labs/mcp-go#149</a></li><li>Manage tools on a per session basis by <ahref="https://github.com/ezynda3"><code>@ezynda3</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/179">mark3labs/mcp-go#179</a></li><li>Fix: fix client sse tcp connection re-use by draining outstanding ioby <a href="https://github.com/bcain99"><code>@bcain99</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/212">mark3labs/mcp-go#212</a></li><li>perf(server): release Mutex early for performance by <ahref="https://github.com/cryo-zd"><code>@cryo-zd</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/213">mark3labs/mcp-go#213</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/oschwald"><code>@oschwald</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/202">mark3labs/mcp-go#202</a></li><li><a href="https://github.com/graydovee"><code>@graydovee</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/209">mark3labs/mcp-go#209</a></li><li><a href="https://github.com/rm-hull"><code>@rm-hull</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/203">mark3labs/mcp-go#203</a></li><li><a href="https://github.com/AlexNiny"><code>@AlexNiny</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/164">mark3labs/mcp-go#164</a></li><li><a href="https://github.com/octo"><code>@octo</code></a> made theirfirst contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/149">mark3labs/mcp-go#149</a></li></ul><!-- raw HTML omitted --></blockquote><p>... (truncated)</p></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/mark3labs/mcp-go/commit/eadd7023515f7eaad5808720c157b1cc25581d90"><code>eadd702</code></a>Format</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/4a1010e73b34db4a602a7f34e2690a3a51d963cb"><code>4a1010e</code></a>feat(server/sse): Add support for dynamic base paths (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/214">#214</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/cfeb0eec85509f516064e3df007b625d4fc89f48"><code>cfeb0ee</code></a>feat: quick return tool-call request, send response via SSE in goroutine(<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/163">#163</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/d352118718f3f0481ff8484f5e9914ed26be5d38"><code>d352118</code></a>feat(SSEServer): add WithAppendQueryToMessageEndpoint() (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/136">#136</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/df5f67eeb1841f4350b4079b643051364be7ed7b"><code>df5f67e</code></a>[chore][client] Add ability to override the http.Client (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/109">#109</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/ddb59ddfadc950647316561afebe8060f6276880"><code>ddb59dd</code></a>fix: handle nil rawMessage in response parsing functions (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/218">#218</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/f0a648b91d852442c1cd52f98391aa1fe1540b60"><code>f0a648b</code></a>fix(SSE): only initialize http.Server when not set (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/229">#229</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/ffc63d90b0cb05ee26ced8880c329dadad4c202b"><code>ffc63d9</code></a>Add Accept header (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/230">#230</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/ae96a68a47e6ad255b8e976e89c30ac595139511"><code>ae96a68</code></a>fix: update doc comments to match Go conventions (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/226">#226</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/df736673ba674040abe5c2edbedd70455483d961"><code>df73667</code></a>fix(client/test): verify mock server binary exists after compilation (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/215">#215</a>)</li><li>Additional commits viewable in <ahref="https://github.com/mark3labs/mcp-go/compare/v0.23.1...v0.25.0">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 parent87f4535 commitdc66daf
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
494 |
| - | |
| 494 | + | |
495 | 495 |
| |
496 | 496 |
| |
497 | 497 |
| |
|
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)