Skip to content

Bump github.com/mark3labs/mcp-go from 0.18.0 to 0.20.1#3

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 14, 2025

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

Release notes

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

Release v0.20.1

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.20.0...v0.20.1

Release v0.20.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.19.0...v0.20.0

Release v0.19.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.18.0...v0.19.0

Commits
  • 8cdb6c6 Dustin/138 deadlock remove global mutex (#139)
  • c509bf9 Add a Discord link
  • b8dc82d feat: Tool Handler Middleware (#123)
  • 6b923f6 fix(client): allow interface to be implemented (#135)
  • cc777fc feat: add ping for sse server (#80)
  • c7390fe Feature/pagination functionality (#107)
  • 62cdf71 feat: use defer processing error (#98)
  • 1b7e34c mcp-client should also include configurable http headers in the /sse request ...
  • d1e5f33 fix: make the default sse endpoint match the standard one used in the officia...
  • f3149bf fix: remove sse read timeout to avoid ignoring future sse messages (#88)
  • See full diff 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

Update the mcp-go dependency to the latest version, incorporating several new features and bug fixes

New Features:

  • Add ping for SSE server
  • Implement tool handler middleware
  • Add pagination functionality

Bug Fixes:

  • Remove global mutex to prevent deadlocks
  • Allow client interface to be implemented
  • Fix SSE client hanging issues
  • Update default SSE endpoint

Enhancements:

  • Add configurable HTTP headers for SSE requests
  • Implement deferred error processing

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

---
updated-dependencies:
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.20.1
  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 Apr 14, 2025
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Apr 14, 2025

Reviewer's Guide by Sourcery

This pull request bumps the github.com/mark3labs/mcp-go dependency from version 0.18.0 to 0.20.1. The update includes several fixes and features, such as deadlock removal, SSE ping functionality, tool handler middleware, interface implementation fixes, pagination functionality, and improved error handling.

Sequence diagram for SSE ping functionality

sequenceDiagram
    participant Client
    participant Server
    Client->>Server: Establish SSE connection
    activate Server
    Server->>Client: Send data
    Server->>Server: Ping timer starts
    Server->>Client: Send ping
    Client->>Server: Pong (optional)
    Server->>Server: Reset ping timer
    deactivate Server
Loading

Updated class diagram for Tool Handler Middleware

classDiagram
    class ToolHandlerMiddleware {
        +ServeHTTP(ResponseWriter, *Request)
    }
    class Handler {
        +ServeHTTP(ResponseWriter, *Request)
    }
    ToolHandlerMiddleware --|> Handler : wraps
Loading

File-Level Changes

Change Details Files
The pull request updates the github.com/mark3labs/mcp-go dependency from version 0.18.0 to 0.20.1. This brings in several new features and fixes.
  • Updated the dependency version in go.mod.
  • Updated the checksum in go.sum.
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!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

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

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 21, 2025

Superseded by #4.

@dependabot dependabot Bot closed this Apr 21, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/mark3labs/mcp-go-0.20.1 branch April 21, 2025 14:36
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