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

Commit894a80b

Browse files
chore: bump github.com/mark3labs/mcp-go from 0.36.0 to 0.37.0 (#19290)
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go)from 0.36.0 to 0.37.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.37.0</h2><h2>⚠️ Breaking Changes</h2><p>The <code>Result.Meta</code> field type has changed from<code>map[string]any</code> to <code>*Meta</code>. Code that directlyaccesses or sets this field will need to be updated:</p><pre lang="go"><code>// Before (v0.36.0 and earlier):result.Meta = map[string]any{&quot;key&quot;: &quot;value&quot;}<p>// After (v0.37.0):result.Meta = &amp;mcp.Meta{AdditionalFields:map[string]any{&quot;key&quot;: &quot;value&quot;}}</code></pre></p><h2>What's Changed</h2><ul><li>Replace Prompts/Resources/Resource Templates by <ahref="https://github.com/dgageot"><code>@​dgageot</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/518">mark3labs/mcp-go#518</a></li><li>Update server.go race condition by <ahref="https://github.com/outofthisworld"><code>@​outofthisworld</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/524">mark3labs/mcp-go#524</a></li><li>task: add _meta field to relevant types as defined in MCPspecification by <ahref="https://github.com/buraksenn"><code>@​buraksenn</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/429">mark3labs/mcp-go#429</a></li><li>feat: implement sampling support for Streamable HTTP transport by <ahref="https://github.com/andig"><code>@​andig</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/515">mark3labs/mcp-go#515</a></li><li>Fix SSE transport not properly handling HTTP/2 NO_ERRORdisconnections by <ahref="https://github.com/okoshi-f"><code>@​okoshi-f</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/509">mark3labs/mcp-go#509</a></li><li>feat: add thread-safe <code>SetExpectedState</code> forcross-request OAuth flows by <ahref="https://github.com/sd2k"><code>@​sd2k</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/500">mark3labs/mcp-go#500</a></li><li>feat: allow to set a custom logger in the SSE and STDIO clients by<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/525">mark3labs/mcp-go#525</a></li></ul><h2>New Contributors</h2><ul><li><ahref="https://github.com/outofthisworld"><code>@​outofthisworld</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/524">mark3labs/mcp-go#524</a></li><li><a href="https://github.com/buraksenn"><code>@​buraksenn</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/429">mark3labs/mcp-go#429</a></li><li><a href="https://github.com/andig"><code>@​andig</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/515">mark3labs/mcp-go#515</a></li><li><a href="https://github.com/okoshi-f"><code>@​okoshi-f</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/509">mark3labs/mcp-go#509</a></li><li><a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/525">mark3labs/mcp-go#525</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/mark3labs/mcp-go/compare/v0.36.0...v0.37.0">https://github.com/mark3labs/mcp-go/compare/v0.36.0...v0.37.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/mark3labs/mcp-go/commit/6da5cd164852f4d90c39c4ce70dc3dd0aed906f2"><code>6da5cd1</code></a>feat: allow to set a custom logger in the SSE and STDIO clients (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/525">#525</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/9259d32af54f69fbdc8c69b762c6a9449f0413b1"><code>9259d32</code></a>feat: add thread-safe <code>SetExpectedState</code> for cross-requestOAuth flows (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/500">#500</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/a63f10e5b74cf6cfe2fa59b07b8e3f54a69366b9"><code>a63f10e</code></a>Fix SSE transport not properly handling HTTP/2 NO_ERROR disconnections(<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/509">#509</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/fda6b38ed3a514e7943b46d46fcac27a71204e67"><code>fda6b38</code></a>feat: implement sampling support for Streamable HTTP transport (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/515">#515</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/6e5d6fd976451bc1a1cc32e26cababce562c0ceb"><code>6e5d6fd</code></a>fix unmarshalling error for Meta property</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/57740b672a283f27346158289449b1d8f0c31a59"><code>57740b6</code></a>task: add _meta field to relevant types (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/429">#429</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/96de11276c5934385ce4b95f493fcef172f438de"><code>96de112</code></a>Update server.go race condition (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/524">#524</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/4cca302f5eac488b407d87ac58fffd63517e6af6"><code>4cca302</code></a>Replace Prompts/Resources/Resource Templates (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/518">#518</a>)</li><li>See full diff in <ahref="https://github.com/mark3labs/mcp-go/compare/v0.36.0...v0.37.0">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.36.0&new-version=0.37.0)](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 parent2a81449 commit894a80b

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
@@ -483,7 +483,7 @@ require (
483483
github.com/coder/previewv1.0.3
484484
github.com/fsnotify/fsnotifyv1.9.0
485485
github.com/go-git/go-git/v5v5.16.2
486-
github.com/mark3labs/mcp-gov0.36.0
486+
github.com/mark3labs/mcp-gov0.37.0
487487
)
488488

489489
require (

‎go.sum‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,8 +1511,8 @@ github.com/makeworld-the-better-one/dither/v2 v2.4.0 h1:Az/dYXiTcwcRSe59Hzw4RI1r
15111511
github.com/makeworld-the-better-one/dither/v2v2.4.0/go.mod h1:VBtN8DXO7SNtyGmLiGA7IsFeKrBkQPze1/iAeM95arc=
15121512
github.com/marekm4/color-extractorv1.2.1 h1:3Zb2tQsn6bITZ8MBVhc33Qn1k5/SEuZ18mrXGUqIwn0=
15131513
github.com/marekm4/color-extractorv1.2.1/go.mod h1:90VjmiHI6M8ez9eYUaXLdcKnS+BAOp7w+NpwBdkJmpA=
1514-
github.com/mark3labs/mcp-gov0.36.0 h1:rIZaijrRYPeSbJG8/qNDe0hWlGrCJ7FWHNMz2SQpTis=
1515-
github.com/mark3labs/mcp-gov0.36.0/go.mod h1:T7tUa2jO6MavG+3P25Oy/jR7iCeJPHImCZHRymCn39g=
1514+
github.com/mark3labs/mcp-gov0.37.0 h1:BywvZLPRT6Zx6mMG/MJfxLSZQkTGIcJSEGKsvr4DsoQ=
1515+
github.com/mark3labs/mcp-gov0.37.0/go.mod h1:T7tUa2jO6MavG+3P25Oy/jR7iCeJPHImCZHRymCn39g=
15161516
github.com/mattn/go-colorablev0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
15171517
github.com/mattn/go-colorablev0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
15181518
github.com/mattn/go-colorablev0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp