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

   Bumps the actions-deps group with 3 updates in the / directory: 
[github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go), 
[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) and 
[github.com/spf13/cobra](https://github.com/spf13/cobra).
   
   Updates `github.com/mark3labs/mcp-go` from 0.39.1 to 0.43.2
   <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.43.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: notification break the client tool call by <a 
href="https://github.com/yuehaii";><code>@​yuehaii</code></a> in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/642";>mark3labs/mcp-go#642</a></li>
   <li>fix: handle either $defs or definitions field when unmarshaling 
ToolArgumentsSchema by <a 
href="https://github.com/sd2k";><code>@​sd2k</code></a> in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/645";>mark3labs/mcp-go#645</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mark3labs/mcp-go/compare/v0.43.1...v0.43.2";>https://github.com/mark3labs/mcp-go/compare/v0.43.1...v0.43.2</a></p>
   <h2>Release v0.43.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix: create StatelessGeneratingSessionIdManager to fix multi-instance 
deployments by <a href="https://github.com/ezynda3";><code>@​ezynda3</code></a> 
in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/641";>mark3labs/mcp-go#641</a></li>
   <li>fix: implement SessionWithClientInfo for streamableHttpSession by <a 
href="https://github.com/Anko59";><code>@​Anko59</code></a> in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/640";>mark3labs/mcp-go#640</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Anko59";><code>@​Anko59</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/640";>mark3labs/mcp-go#640</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mark3labs/mcp-go/compare/v0.43.0...v0.43.1";>https://github.com/mark3labs/mcp-go/compare/v0.43.0...v0.43.1</a></p>
   <h2>Release v0.43.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>feat: add support for custom HTTP headers in client requests by <a 
href="https://github.com/matthisholleville";><code>@​matthisholleville</code></a>
 in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/546";>mark3labs/mcp-go#546</a></li>
   <li>feat: add SessionWithResourceTemplates for session-specific resource 
templates by <a href="https://github.com/ezynda3";><code>@​ezynda3</code></a> in 
<a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/624";>mark3labs/mcp-go#624</a></li>
   <li>feat(mcp): Add SessionIdManagerResolver interface for request-based 
session management by <a 
href="https://github.com/aradyaron";><code>@​aradyaron</code></a> in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/626";>mark3labs/mcp-go#626</a></li>
   <li>feat(mcp): add HTTP and Stdio client <code>Roots</code> feature by <a 
href="https://github.com/yuehaii";><code>@​yuehaii</code></a> in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/620";>mark3labs/mcp-go#620</a></li>
   <li>feat(mcp): add Title field to Implementation struct per MCP spec by <a 
href="https://github.com/ezynda3";><code>@​ezynda3</code></a> in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/633";>mark3labs/mcp-go#633</a></li>
   <li>fix(toocall): properly set custom header to ensure correct request 
handling by <a 
href="https://github.com/cx215133873";><code>@​cx215133873</code></a> in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/632";>mark3labs/mcp-go#632</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/aradyaron";><code>@​aradyaron</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/626";>mark3labs/mcp-go#626</a></li>
   <li><a href="https://github.com/yuehaii";><code>@​yuehaii</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/620";>mark3labs/mcp-go#620</a></li>
   <li><a href="https://github.com/cx215133873";><code>@​cx215133873</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/632";>mark3labs/mcp-go#632</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mark3labs/mcp-go/compare/v0.42.0...v0.43.0";>https://github.com/mark3labs/mcp-go/compare/v0.42.0...v0.43.0</a></p>
   <h2>Release v0.43.0-beta.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>feat(mcp): Add SessionIdManagerResolver interface for request-based 
session management by <a 
href="https://github.com/aradyaron";><code>@​aradyaron</code></a> in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/626";>mark3labs/mcp-go#626</a></li>
   <li>feat(mcp): add HTTP and Stdio client <code>Roots</code> feature by <a 
href="https://github.com/yuehaii";><code>@​yuehaii</code></a> in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/620";>mark3labs/mcp-go#620</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/aradyaron";><code>@​aradyaron</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/626";>mark3labs/mcp-go#626</a></li>
   <li><a href="https://github.com/yuehaii";><code>@​yuehaii</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/620";>mark3labs/mcp-go#620</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mark3labs/mcp-go/compare/v0.43.0-beta.2...v0.43.0-beta.3";>https://github.com/mark3labs/mcp-go/compare/v0.43.0-beta.2...v0.43.0-beta.3</a></p>
   <h2>Release v0.43.0-beta.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>feat: add SessionWithResourceTemplates for session-specific resource 
templates by <a href="https://github.com/ezynda3";><code>@​ezynda3</code></a> in 
<a 
href="https://redirect.github.com/mark3labs/mcp-go/pull/624";>mark3labs/mcp-go#624</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/670a95ab91bc3a4a08c3618a56f6555cd17c2307";><code>670a95a</code></a>
 fix: handle either $defs or definitions field when unmarshaling 
ToolArguments...</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/6bd3269e9eb48846be87a11886204b7c54cf39a9";><code>6bd3269</code></a>
 fix: notification break the client tool call (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/642";>#642</a>)</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/452279870d39e481f5b303925aa76e5aa36043ac";><code>4522798</code></a>
 remove coverage for now</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/b6dd262a18817aa21455b44a95c52c61f1e468a0";><code>b6dd262</code></a>
 fmt + fix linting errors</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/a27a7931050934354f9d851d369f8701b8d56433";><code>a27a793</code></a>
 fix: implement SessionWithClientInfo for streamableHttpSession (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/640";>#640</a>)</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/2a23f4ae22292c196616cf8478447b5d71cebf05";><code>2a23f4a</code></a>
 fix: create StatelessGeneratingSessionIdManager to fix multi-instance 
deploym...</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/ecc6d8f9da938f8ebc14e46168cb7111cd6a22d9";><code>ecc6d8f</code></a>
 fix: custom header (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/632";>#632</a>)</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/69772eadc3bdf18e8d1c6a14c8ca9b31fa2fe535";><code>69772ea</code></a>
 feat(mcp): add Title field to Implementation struct per MCP spec (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/633";>#633</a>)</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/cd61ef9ef42f8c2a1c6b8a37af16bdf61f4bd012";><code>cd61ef9</code></a>
 update CI/CD</li>
   <li><a 
href="https://github.com/mark3labs/mcp-go/commit/7805a68a6a7df43e99cf41d8bcb25bb47576457e";><code>7805a68</code></a>
 feat(mcp): add HTTP and Stdio client <code>Roots</code> feature (<a 
href="https://redirect.github.com/mark3labs/mcp-go/issues/620";>#620</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mark3labs/mcp-go/compare/v0.39.1...v0.43.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/sirupsen/logrus/releases";>github.com/sirupsen/logrus's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.9.4</h2>
   <h2>Notable changes</h2>
   <ul>
   <li>go.mod: update minimum supported go version to v1.17 <a 
href="https://redirect.github.com/sirupsen/logrus/pull/1460";>sirupsen/logrus#1460</a></li>
   <li>go.mod: bump up dependencies  <a 
href="https://redirect.github.com/sirupsen/logrus/pull/1460";>sirupsen/logrus#1460</a></li>
   <li>Touch-up godoc and add &quot;doc&quot; links.</li>
   <li>README: fix links, grammar, and update examples.</li>
   <li>Add GNU/Hurd support <a 
href="https://redirect.github.com/sirupsen/logrus/pull/1364";>sirupsen/logrus#1364</a></li>
   <li>Add WASI wasip1 support <a 
href="https://redirect.github.com/sirupsen/logrus/pull/1388";>sirupsen/logrus#1388</a></li>
   <li>Remove uses of deprecated <code>ioutil</code> package <a 
href="https://redirect.github.com/sirupsen/logrus/pull/1472";>sirupsen/logrus#1472</a></li>
   <li>CI: update actions and golangci-lint <a 
href="https://redirect.github.com/sirupsen/logrus/pull/1459";>sirupsen/logrus#1459</a></li>
   <li>CI: remove appveyor, add macOS  <a 
href="https://redirect.github.com/sirupsen/logrus/pull/1460";>sirupsen/logrus#1460</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/sirupsen/logrus/compare/v1.9.3...v1.9.4";>https://github.com/sirupsen/logrus/compare/v1.9.3...v1.9.4</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/sirupsen/logrus/commit/b61f268f75b6ff134a62cd62aee1095fa12e8d2e";><code>b61f268</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sirupsen/logrus/issues/1472";>#1472</a> from 
goldlinker/master</li>
   <li><a 
href="https://github.com/sirupsen/logrus/commit/15c29db7129cc15331e9c52493d5aaab217146c7";><code>15c29db</code></a>
 refactor: replace the deprecated function in the ioutil package</li>
   <li><a 
href="https://github.com/sirupsen/logrus/commit/cb253f3080f18ec7e55b4c8f15b62fe0a806f130";><code>cb253f3</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sirupsen/logrus/issues/1464";>#1464</a> from 
thaJeztah/touchup_godoc</li>
   <li><a 
href="https://github.com/sirupsen/logrus/commit/29b233793060a07fb76eda791f604d87e08d23d1";><code>29b2337</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sirupsen/logrus/issues/1468";>#1468</a> from 
thaJeztah/touchup_readme</li>
   <li><a 
href="https://github.com/sirupsen/logrus/commit/d9168199e06807d8959126bc8c823ad8b96e3969";><code>d916819</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sirupsen/logrus/issues/1427";>#1427</a> from 
dolmen/fix-testify-usage</li>
   <li><a 
href="https://github.com/sirupsen/logrus/commit/135e4820b2140747fb868073e4dca1619996417a";><code>135e482</code></a>
 README: small touch-ups</li>
   <li><a 
href="https://github.com/sirupsen/logrus/commit/2c5fa36b73abb8b007474417571e268685d0d84e";><code>2c5fa36</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sirupsen/logrus/issues/1467";>#1467</a> from 
thaJeztah/rm_old_badge</li>
   <li><a 
href="https://github.com/sirupsen/logrus/commit/877ecec10d61675855189ece38d70d8804302fa4";><code>877ecec</code></a>
 README: remove travis badge</li>
   <li><a 
href="https://github.com/sirupsen/logrus/commit/55cf2560b5e5fd3f0e6ff59e6ce766eb12db4522";><code>55cf256</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sirupsen/logrus/issues/1393";>#1393</a> from 
jsoref/grammar</li>
   <li><a 
href="https://github.com/sirupsen/logrus/commit/21bae50b76794e93449c3f0f845ea0ac903847db";><code>21bae50</code></a>
 Merge pull request <a 
href="https://redirect.github.com/sirupsen/logrus/issues/1426";>#1426</a> from 
dolmen/testing-fix-use-of-math-rand</li>
   <li>Additional commits viewable in <a 
href="https://github.com/sirupsen/logrus/compare/v1.9.3...v1.9.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/spf13/cobra/releases";>github.com/spf13/cobra's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.10.2</h2>
   <h2>🔧 Dependencies</h2>
   <ul>
   <li>chore: Migrate from <code>gopkg.in/yaml.v3</code> to 
<code>go.yaml.in/yaml/v3</code> by <a 
href="https://github.com/dims";><code>@​dims</code></a> in <a 
href="https://redirect.github.com/spf13/cobra/pull/2336";>spf13/cobra#2336</a> - 
the <code>gopkg.in/yaml.v3</code> package has been deprecated for some time: 
this should significantly cleanup dependency/supply-chains for consumers of 
<code>spf13/cobra</code></li>
   </ul>
   <h2>📈 CI/CD</h2>
   <ul>
   <li>Fix linter and allow CI to pass by <a 
href="https://github.com/marckhouzam";><code>@​marckhouzam</code></a> in <a 
href="https://redirect.github.com/spf13/cobra/pull/2327";>spf13/cobra#2327</a></li>
   <li>fix: actions/setup-go v6 by <a 
href="https://github.com/jpmcb";><code>@​jpmcb</code></a> in <a 
href="https://redirect.github.com/spf13/cobra/pull/2337";>spf13/cobra#2337</a></li>
   </ul>
   <h2>🔥✍🏼 Docs</h2>
   <ul>
   <li>Add documentation for repeated flags functionality by <a 
href="https://github.com/rvergis";><code>@​rvergis</code></a> in <a 
href="https://redirect.github.com/spf13/cobra/pull/2316";>spf13/cobra#2316</a></li>
   </ul>
   <h2>🍂 Refactors</h2>
   <ul>
   <li>refactor: replace several vars with consts by <a 
href="https://github.com/htoyoda18";><code>@​htoyoda18</code></a> in <a 
href="https://redirect.github.com/spf13/cobra/pull/2328";>spf13/cobra#2328</a></li>
   <li>refactor: change minUsagePadding from var to const by <a 
href="https://github.com/ssam18";><code>@​ssam18</code></a> in <a 
href="https://redirect.github.com/spf13/cobra/pull/2325";>spf13/cobra#2325</a></li>
   </ul>
   <h2>🤗 New Contributors</h2>
   <ul>
   <li><a href="https://github.com/rvergis";><code>@​rvergis</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/spf13/cobra/pull/2316";>spf13/cobra#2316</a></li>
   <li><a href="https://github.com/htoyoda18";><code>@​htoyoda18</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/spf13/cobra/pull/2328";>spf13/cobra#2328</a></li>
   <li><a href="https://github.com/ssam18";><code>@​ssam18</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/spf13/cobra/pull/2325";>spf13/cobra#2325</a></li>
   <li><a href="https://github.com/dims";><code>@​dims</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/spf13/cobra/pull/2336";>spf13/cobra#2336</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2";>https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2</a></p>
   <p>Thank you to our amazing contributors!!!!! 🐍 🚀</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/spf13/cobra/commit/88b30ab89da2d0d0abb153818746c5a2d30eccec";><code>88b30ab</code></a>
 chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (<a 
href="https://redirect.github.com/spf13/cobra/issues/2336";>#2336</a>)</li>
   <li><a 
href="https://github.com/spf13/cobra/commit/346d408fe7d4be00ff9481ea4d43c4abb5e5f77d";><code>346d408</code></a>
 fix: actions/setup-go v6 (<a 
href="https://redirect.github.com/spf13/cobra/issues/2337";>#2337</a>)</li>
   <li><a 
href="https://github.com/spf13/cobra/commit/fc81d2003469e2a5c440306d04a6d82a54065979";><code>fc81d20</code></a>
 refactor: change minUsagePadding from var to const (<a 
href="https://redirect.github.com/spf13/cobra/issues/2325";>#2325</a>)</li>
   <li><a 
href="https://github.com/spf13/cobra/commit/117698a604b65e80a1ad5b76df67b604bcd992e0";><code>117698a</code></a>
 refactor: replace several vars with consts (<a 
href="https://redirect.github.com/spf13/cobra/issues/2328";>#2328</a>)</li>
   <li><a 
href="https://github.com/spf13/cobra/commit/e2dd29ddc39acacf3af13013b06e1fe58b5c3599";><code>e2dd29d</code></a>
 Add documentation for repeated flags functionality (<a 
href="https://redirect.github.com/spf13/cobra/issues/2316";>#2316</a>)</li>
   <li><a 
href="https://github.com/spf13/cobra/commit/062989255670f5e100abf70fa5e291a394915f89";><code>0629892</code></a>
 Fix linter (<a 
href="https://redirect.github.com/spf13/cobra/issues/2327";>#2327</a>)</li>
   <li>See full diff in <a 
href="https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to