Skip to content

Bump github.com/mark3labs/mcp-go from 0.18.0 to 0.28.0#11

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

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

Release notes

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

Release v0.28.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.27.1...v0.28.0

Release v0.27.1

What's Changed

New Contributors

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

Release v0.27.0

What's Changed

New Contributors

... (truncated)

Commits
  • 077f546 feat(MCPServer): support logging/setlevel request (#276)
  • 09c23b5 fix: type mismatch for request/response ID (#291)
  • 91ddba5 feat(protocol): allow additional fields in meta (#293)
  • eb835b9 fix: Gate notifications on capabilities (#290)
  • e7d2547 feat(tools): implicitly register capabilities (#292)
  • c1e70f3 fix(session): Don't send tool changed notifications if session not initialize...
  • e767652 fix(docs): Update README link (#284)
  • 239cfa4 chore: add a security policy (#283)
  • c46450c fix: proper deprecation messaging for WithHTTPContextFunc (#278)
  • 7bb1fd2 ci: add golangci-lint (#282)
  • 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

Bump mcp-go dependency from v0.18.0 to v0.28.0 to pick up new protocol and server features, CI/docs improvements, and several bug fixes.

New Features:

  • Support logging/setlevel requests in MCPServer
  • Implicitly register tool capabilities
  • Allow additional fields in protocol metadata

Bug Fixes:

  • Gate notifications based on declared capabilities
  • Fix type mismatch for request/response IDs

CI:

  • Add golangci-lint check

Documentation:

  • Add CONTRIBUTING, CODE_OF_CONDUCT, and security policy files
  • Update README link and issue/PR templates

This change is Reviewable

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

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

sourcery-ai Bot commented May 19, 2025

Reviewer's Guide

This PR upgrades the mcp-go dependency from v0.18.0 to v0.28.0 by updating the go.mod version and regenerating go.sum, pulling in a range of new features, fixes, and protocol enhancements without any direct code changes to the application.

File-Level Changes

Change Details Files
Bump mcp-go module version
  • Update the mcp-go version in go.mod from v0.18.0 to v0.28.0
  • Run go mod tidy to reflect new transitive dependencies 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!

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 26, 2025

Superseded by #12.

@dependabot dependabot Bot closed this May 26, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/mark3labs/mcp-go-0.28.0 branch May 26, 2025 14:14
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