- Notifications
You must be signed in to change notification settings - Fork947
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
build(deps): bump github.com/mark3labs/mcp-go from 0.27.0 to 0.28.0#412
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this 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 thegithub.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 |
There was a problem hiding this comment.
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, rungo mod tidy
and commit any updatedgo.sum
entries to ensure your module metadata stays in sync.
Copilot uses AI. Check for mistakes.
There was a problem hiding this 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 thegithub.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.
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>
122727f
to56ac160
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
E2E tests, LGTM.
Bypassing the last pusher rule because I was addressing minor compilation errors from the bump, and updating licenses. |
4ccedee
intomainUh oh!
There was an error while loading.Please reload this page.
Bumpsgithub.com/mark3labs/mcp-go from 0.27.0 to 0.28.0.
Release notes
Sourced fromgithub.com/mark3labs/mcp-go's releases.
Commits
077f546
feat(MCPServer): supportlogging/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)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)