- Notifications
You must be signed in to change notification settings - Fork1k
Commit1a43458
authored
chore: bump github.com/mark3labs/mcp-go from 0.27.0 to 0.28.0 (#17909)
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go)from 0.27.0 to 0.28.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.28.0</h2><h2>What's Changed</h2><ul><li>feat(tools): implicitly register capabilities by <ahref="https://github.com/david-hamilton-glean"><code>@david-hamilton-glean</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/292">mark3labs/mcp-go#292</a></li><li>fix: Gate notifications on capabilities by <ahref="https://github.com/david-hamilton-glean"><code>@david-hamilton-glean</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/290">mark3labs/mcp-go#290</a></li><li>feat(protocol): allow additional fields in meta by <ahref="https://github.com/anuraaga"><code>@anuraaga</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/293">mark3labs/mcp-go#293</a></li><li>fix: type mismatch for request/response ID by <ahref="https://github.com/pottekkat"><code>@pottekkat</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/291">mark3labs/mcp-go#291</a></li><li>feat(MCPServer): support <code>logging/setlevel</code> request by <ahref="https://github.com/cryo-zd"><code>@cryo-zd</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/276">mark3labs/mcp-go#276</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/anuraaga"><code>@anuraaga</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/293">mark3labs/mcp-go#293</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/mark3labs/mcp-go/compare/v0.27.1...v0.28.0">https://github.com/mark3labs/mcp-go/compare/v0.27.1...v0.28.0</a></p><h2>Release v0.27.1</h2><h2>What's Changed</h2><ul><li>docs: add CONTRIBUTING.md by <ahref="https://github.com/pottekkat"><code>@pottekkat</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/275">mark3labs/mcp-go#275</a></li><li>chore: create CODE_OF_CONDUCT.md by <ahref="https://github.com/pottekkat"><code>@pottekkat</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/274">mark3labs/mcp-go#274</a></li><li>chore: add issue and pull request templates by <ahref="https://github.com/pottekkat"><code>@pottekkat</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/281">mark3labs/mcp-go#281</a></li><li>ci: add golangci-lint by <ahref="https://github.com/pottekkat"><code>@pottekkat</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/282">mark3labs/mcp-go#282</a></li><li>fix: proper deprecation messaging for WithHTTPContextFunc by <ahref="https://github.com/aotarola"><code>@aotarola</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/278">mark3labs/mcp-go#278</a></li><li>chore: add a security policy by <ahref="https://github.com/pottekkat"><code>@pottekkat</code></a> in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/283">mark3labs/mcp-go#283</a></li><li>fix(docs): Update README link by <ahref="https://github.com/david-hamilton-glean"><code>@david-hamilton-glean</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/284">mark3labs/mcp-go#284</a></li><li>fix(session): Don't send tool changed notifications if session notinitialized yet by <ahref="https://github.com/david-hamilton-glean"><code>@david-hamilton-glean</code></a>in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/289">mark3labs/mcp-go#289</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/aotarola"><code>@aotarola</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/278">mark3labs/mcp-go#278</a></li><li><ahref="https://github.com/david-hamilton-glean"><code>@david-hamilton-glean</code></a>made their first contribution in <ahref="https://redirect.github.com/mark3labs/mcp-go/pull/284">mark3labs/mcp-go#284</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/mark3labs/mcp-go/compare/v0.27.0...v0.27.1">https://github.com/mark3labs/mcp-go/compare/v0.27.0...v0.27.1</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/mark3labs/mcp-go/commit/077f546c180dcd6ba9ad3f8cdb30643ddd153297"><code>077f546</code></a>feat(MCPServer): support <code>logging/setlevel</code> request (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/276">#276</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/09c23b5fec768432e3362bea05e69f57a3bc7c92"><code>09c23b5</code></a>fix: type mismatch for request/response ID (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/291">#291</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/91ddba5f0b9cef6fd6b89cae1009b0ab55eeb1c0"><code>91ddba5</code></a>feat(protocol): allow additional fields in meta (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/293">#293</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/eb835b903dbf9e9f6c594b2344a4e80d98cd0712"><code>eb835b9</code></a>fix: Gate notifications on capabilities (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/290">#290</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/e7d2547fdc103cc64125097694e68a158beaeccb"><code>e7d2547</code></a>feat(tools): implicitly register capabilities (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/292">#292</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/c1e70f336141a46227b221a558ae485a19f593eb"><code>c1e70f3</code></a>fix(session): Don't send tool changed notifications if session notinitialize...</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/e767652eda0e93322fef218da0af4abeb4f62330"><code>e767652</code></a>fix(docs): Update README link (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/284">#284</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/239cfa4aa3fb41b7e1e5fff788fdecd40451fe52"><code>239cfa4</code></a>chore: add a security policy (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/283">#283</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/c46450cc8ef2ed9fc94836070104d2a1a3790107"><code>c46450c</code></a>fix: proper deprecation messaging for WithHTTPContextFunc (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/278">#278</a>)</li><li><ahref="https://github.com/mark3labs/mcp-go/commit/7bb1fd21abdac57cf7b5aeaf34025165f8552885"><code>7bb1fd2</code></a>ci: add golangci-lint (<ahref="https://redirect.github.com/mark3labs/mcp-go/issues/282">#282</a>)</li><li>Additional commits viewable in <ahref="https://github.com/mark3labs/mcp-go/compare/v0.27.0...v0.28.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 parenta07298a commit1a43458
2 files changed
+3
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
488 | 488 |
| |
489 | 489 |
| |
490 | 490 |
| |
491 |
| - | |
| 491 | + | |
492 | 492 |
| |
493 | 493 |
| |
494 | 494 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1506 | 1506 |
| |
1507 | 1507 |
| |
1508 | 1508 |
| |
1509 |
| - | |
1510 |
| - | |
| 1509 | + | |
| 1510 | + | |
1511 | 1511 |
| |
1512 | 1512 |
| |
1513 | 1513 |
| |
|
0 commit comments
Comments
(0)