dependabot[bot] opened a new pull request, #13:
URL: https://github.com/apache/skywalking-mcp/pull/13

   Bumps the actions-deps group with 1 update: 
[github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go).
   
   Updates `github.com/mark3labs/mcp-go` from 0.36.0 to 0.37.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mark3labs/mcp-go/releases";>github.com/mark3labs/mcp-go's
 releases</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 directly accesses 
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 <a 
href="https://github.com/dgageot";><code>@​dgageot</code></a> in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/518";>mark3labs/mcp-go#518</a></li>
   <li>Update server.go race condition by <a 
href="https://github.com/outofthisworld";><code>@​outofthisworld</code></a> in 
<a 
href="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 MCP specification 
by <a href="https://github.com/buraksenn";><code>@​buraksenn</code></a> in <a 
href="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 <a 
href="https://github.com/andig";><code>@​andig</code></a> in <a 
href="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_ERROR disconnections 
by <a href="https://github.com/okoshi-f";><code>@​okoshi-f</code></a> in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/509";>mark3labs/mcp-go#509</a></li>
   <li>feat: add thread-safe <code>SetExpectedState</code> for cross-request 
OAuth flows by <a href="https://github.com/sd2k";><code>@​sd2k</code></a> in <a 
href="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 <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/525";>mark3labs/mcp-go#525</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/outofthisworld";><code>@​outofthisworld</code></a> made 
their first contribution in <a 
href="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 <a 
href="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> made their 
first contribution in <a 
href="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 <a 
href="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 <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/525";>mark3labs/mcp-go#525</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="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><a 
href="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 (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/525";>#525</a>)</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/9259d32af54f69fbdc8c69b762c6a9449f0413b1";><code>9259d32</code></a>
 feat: add thread-safe <code>SetExpectedState</code> for cross-request OAuth 
flows (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/500";>#500</a>)</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/a63f10e5b74cf6cfe2fa59b07b8e3f54a69366b9";><code>a63f10e</code></a>
 Fix SSE transport not properly handling HTTP/2 NO_ERROR disconnections (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/509";>#509</a>)</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/fda6b38ed3a514e7943b46d46fcac27a71204e67";><code>fda6b38</code></a>
 feat: implement sampling support for Streamable HTTP transport (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/515";>#515</a>)</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/6e5d6fd976451bc1a1cc32e26cababce562c0ceb";><code>6e5d6fd</code></a>
 fix unmarshalling error for Meta property</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/57740b672a283f27346158289449b1d8f0c31a59";><code>57740b6</code></a>
 task: add _meta field to relevant types (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/429";>#429</a>)</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/96de11276c5934385ce4b95f493fcef172f438de";><code>96de112</code></a>
 Update server.go race condition (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/524";>#524</a>)</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/4cca302f5eac488b407d87ac58fffd63517e6af6";><code>4cca302</code></a>
 Replace Prompts/Resources/Resource Templates (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/518";>#518</a>)</li>
   <li>See full diff in <a 
href="https://github.com/mark3labs/mcp-go/compare/v0.36.0...v0.37.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](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't 
alter 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 edits that 
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 after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to