Skip to content

build(deps): bump github.com/mark3labs/mcp-go from 0.27.0 to 0.28.0 #412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/mark3labs/mcp-go from 0.27.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

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 19, 2025 17:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 19, 2025
@williammartin williammartin requested review from Copilot and removed request for Copilot May 20, 2025 08:48
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Bumps the github.com/mark3labs/mcp-go dependency from v0.27.0 to v0.28.0 to pick up recent feature additions and fixes.

  • Updated dependency version in go.mod

@@ -4,7 +4,7 @@ go 1.23.7

require (
github.com/google/go-github/v69 v69.2.0
github.com/mark3labs/mcp-go v0.27.0
github.com/mark3labs/mcp-go v0.28.0
Copy link
Preview

Copilot AI May 20, 2025

Choose a reason for hiding this comment

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

After bumping the module version, run go mod tidy and commit any updated go.sum entries to ensure your module metadata stays in sync.

Copilot uses AI. Check for mistakes.

@williammartin williammartin requested a review from Copilot May 20, 2025 08:50
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the github.com/mark3labs/mcp-go dependency from v0.27.0 to v0.28.0.

  • Bump mcp-go dependency in go.mod to include new features and fixes from v0.28.0.

dependabot bot and others added 2 commits May 20, 2025 13:25
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.27.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>
@williammartin williammartin force-pushed the dependabot/go_modules/github.com/mark3labs/mcp-go-0.28.0 branch from 122727f to 56ac160 Compare May 20, 2025 11:25
Copy link
Collaborator

@williammartin williammartin left a comment

Choose a reason for hiding this comment

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

E2E tests, LGTM.

@williammartin
Copy link
Collaborator

Bypassing the last pusher rule because I was addressing minor compilation errors from the bump, and updating licenses.

@williammartin williammartin merged commit 4ccedee into main May 20, 2025
16 checks passed
@williammartin williammartin deleted the dependabot/go_modules/github.com/mark3labs/mcp-go-0.28.0 branch May 20, 2025 11:30
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.

1 participant