Skip to content

Bump github.com/mark3labs/mcp-go from 0.18.0 to 0.27.0#9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/mark3labs/mcp-go-0.27.0
Closed

Bump github.com/mark3labs/mcp-go from 0.18.0 to 0.27.0#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/mark3labs/mcp-go-0.27.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 12, 2025

Bumps github.com/mark3labs/mcp-go from 0.18.0 to 0.27.0.

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v0.27.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.26.0...v0.27.0

Release v0.26.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.25.0...v0.26.0

Release v0.25.0

What's Changed

... (truncated)

Commits
  • e5121b3 Release v0.27.0
  • eeb7070 fix: properly marshal ToolAnnotations with false values (#260)
  • e1f1b47 optimize listByPagination (#246)
  • 46bfb6f fix: fix some obvious simplifications (#267)
  • 716eabe docs: Remove reference to mcp.RoleSystem (#269)
  • 3dfa331 fix(server/stdio): risk of concurrent reads and data loss in readNextLine() (...
  • f8badd6 chore: replace interface{} with any (#261)
  • 3442d32 feat(MCPServer): avoid unnecessary notifications when Resource/Tool not exist...
  • 61b9784 docs: make code examples in the README correct as per spec (#268)
  • 1c99eaf test(server): reliably detect Start/Shutdown deadlock in SSEServer (#264)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Upgrade github.com/mark3labs/mcp-go from v0.18.0 to v0.27.0

New Features:

  • Add audio content type support in tools/call and prompts/get
  • Introduce SessionWithTools support to SSEServer
  • Provide a sample client for MCP-Go

Bug Fixes:

  • Fix notification handling in RemoveResource and avoid unnecessary notifications when resources or tools are missing
  • Resolve Shutdown hang and detect Start/Shutdown deadlocks in SSEServer
  • Prevent goroutine leaks and concurrent-read issues in stdio server and heartbeat sender
  • Correct JSON marshaling for ToolAnnotations and NotificationParams

Enhancements:

  • Refactor common HTTP transport configuration and replace interface{} with any
  • Optimize listByPagination performance and enforce generated code freshness checks

Documentation:

  • Update README code examples per spec and remove outdated RoleSystem references

Tests:

  • Add CI tests to detect SSEServer deadlocks and isolate mock stdio server to prevent flakiness

This change is Reviewable

Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.18.0 to 0.27.0.
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.18.0...v0.27.0)

---
updated-dependencies:
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 12, 2025
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented May 12, 2025

Reviewer's Guide

This PR updates the mcp-go client library from v0.18.0 to v0.27.0 by adjusting the module requirement and regenerating checksums, ensuring the codebase uses the latest mcp-go API.

File-Level Changes

Change Details Files
Upgrade mcp-go dependency to v0.27.0
  • Updated the require directive for github.com/mark3labs/mcp-go in go.mod
  • Regenerated go.sum via module tooling to reflect new version
go.mod
go.sum

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 19, 2025

Superseded by #11.

@dependabot dependabot Bot closed this May 19, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/mark3labs/mcp-go-0.27.0 branch May 19, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants