- Notifications
You must be signed in to change notification settings - Fork906
Commitfeb1a3d
authored
chore: bump github.com/mark3labs/mcp-go from 0.17.0 to 0.20.0 (#17380)
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go)from 0.17.0 to 0.20.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.20.0</h2><h2>What's Changed</h2><ul><li>feat: add ping for sse server by <ahref="https://github.com/lcgash"><code>@lcgash</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/80">mark3labs/mcp-go#80</a></li><li>fix(client): allow interface to be implemented by <ahref="https://github.com/jkoelker"><code>@jkoelker</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/135">mark3labs/mcp-go#135</a></li><li>feat: Tool Handler Middleware by <ahref="https://github.com/wimspaargaren"><code>@wimspaargaren</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/123">mark3labs/mcp-go#123</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/lcgash"><code>@lcgash</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/80">mark3labs/mcp-go#80</a></li><li><a href="https://github.com/jkoelker"><code>@jkoelker</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/135">mark3labs/mcp-go#135</a></li><li><ahref="https://github.com/wimspaargaren"><code>@wimspaargaren</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/123">mark3labs/mcp-go#123</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/mark3labs/mcp-go/compare/v0.19.0...v0.20.0">https://github.com/mark3labs/mcp-go/compare/v0.19.0...v0.20.0</a></p><h2>Release v0.19.0</h2><h2>What's Changed</h2><ul><li>fix: SSE client hangs after 30 seconds by <ahref="https://github.com/mrene"><code>@mrene</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/88">mark3labs/mcp-go#88</a></li><li>fix: change the default SSE endpoint to match the standard one usedin the official servers by <ahref="https://github.com/deadprogram"><code>@deadprogram</code></a> in<ahref="https://redirect.github.com/mark3labs/mcp-go/pull/91">mark3labs/mcp-go#91</a></li><li>fix: mcp-client should also include configurable http headers in the/sse request by <ahref="https://github.com/kagezhao"><code>@kagezhao</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/100">mark3labs/mcp-go#100</a></li><li>feat: use defer processing error by <ahref="https://github.com/songzhibin97"><code>@songzhibin97</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/98">mark3labs/mcp-go#98</a></li><li>Feature/pagination functionality by <ahref="https://github.com/Jinlkj"><code>@Jinlkj</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/107">mark3labs/mcp-go#107</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/mrene"><code>@mrene</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/88">mark3labs/mcp-go#88</a></li><li><ahref="https://github.com/deadprogram"><code>@deadprogram</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/91">mark3labs/mcp-go#91</a></li><li><a href="https://github.com/kagezhao"><code>@kagezhao</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/100">mark3labs/mcp-go#100</a></li><li><ahref="https://github.com/songzhibin97"><code>@songzhibin97</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/98">mark3labs/mcp-go#98</a></li><li><a href="https://github.com/Jinlkj"><code>@Jinlkj</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/107">mark3labs/mcp-go#107</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/mark3labs/mcp-go/compare/v0.18.0...v0.19.0">https://github.com/mark3labs/mcp-go/compare/v0.18.0...v0.19.0</a></p><h2>Release v0.18.0</h2><h2>What's Changed</h2><ul><li>feat: add NewToolResultError by <ahref="https://github.com/daimatz"><code>@daimatz</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/87">mark3labs/mcp-go#87</a></li><li>refactor(stdio): improve stdio server message handling by <ahref="https://github.com/winterfx"><code>@winterfx</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/73">mark3labs/mcp-go#73</a></li><li>Add Stderr() Method to StdioMCPClient by <ahref="https://github.com/mashiike"><code>@mashiike</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/72">mark3labs/mcp-go#72</a></li><li>fix java mcp message endpoint by <ahref="https://github.com/a67793581"><code>@a67793581</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/75">mark3labs/mcp-go#75</a></li><li>simplify required field handling in inputSchema by <ahref="https://github.com/yikakia"><code>@yikakia</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/82">mark3labs/mcp-go#82</a></li><li>make context available in hooks, add OnRegisterSession hook by <ahref="https://github.com/zahmadsaleem"><code>@zahmadsaleem</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/92">mark3labs/mcp-go#92</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/daimatz"><code>@daimatz</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/87">mark3labs/mcp-go#87</a></li><li><a href="https://github.com/winterfx"><code>@winterfx</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/73">mark3labs/mcp-go#73</a></li><li><a href="https://github.com/mashiike"><code>@mashiike</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/72">mark3labs/mcp-go#72</a></li><li><a href="https://github.com/yikakia"><code>@yikakia</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/82">mark3labs/mcp-go#82</a></li><li><ahref="https://github.com/zahmadsaleem"><code>@zahmadsaleem</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/92">mark3labs/mcp-go#92</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/mark3labs/mcp-go/compare/v0.17.0...v0.18.0">https://github.com/mark3labs/mcp-go/compare/v0.17.0...v0.18.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/mark3labs/mcp-go/commit/b8dc82de3e48d514d6ceac39aa5019064f437a53"><code>b8dc82d</code></a>feat: Tool Handler Middleware (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/123">#123</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/6b923f677470564750cabbda1bb128912a735191"><code>6b923f6</code></a>fix(client): allow interface to be implemented (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/135">#135</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/cc777fcbf3176d0e76634f58047707d1f666cae8"><code>cc777fc</code></a>feat: add ping for sse server (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/80">#80</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/c7390feedf888e30cb29a1262a8827e3cd77b0e3"><code>c7390fe</code></a>Feature/pagination functionality (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/107">#107</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/62cdf7131a59d291eb26f8172a4ecf1e8daefe7c"><code>62cdf71</code></a>feat: use defer processing error (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/98">#98</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/1b7e34cc02be41251bdd4e6d5c2ccdfd0ba6f5d4"><code>1b7e34c</code></a>mcp-client should also include configurable http headers in the /sserequest ...</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/d1e5f33feb16ee870198d462a4226e17a9eb57ce"><code>d1e5f33</code></a>fix: make the default sse endpoint match the standard one used in theofficia...</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/f3149bfa6cc0b79e231f39214b76030ae0973409"><code>f3149bf</code></a>fix: remove sse read timeout to avoid ignoring future sse messages (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/88">#88</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/a0e968a752722d87063eb36ea0d55938e752f6dd"><code>a0e968a</code></a>feat: add context to hooks (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/92">#92</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/607d6c29bb8f56bc30e3154e99e58da1db78fcb9"><code>607d6c2</code></a>simplify required field handling in inputSchema (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/82">#82</a>)</li><li>Additional commits viewable in <ahref="https://github.com/mark3labs/mcp-go/compare/v0.17.0...v0.20.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 parent99979a7 commitfeb1a3d
2 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
490 | 490 |
| |
491 | 491 |
| |
492 | 492 |
| |
493 |
| - | |
| 493 | + | |
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
|
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)