-
Notifications
You must be signed in to change notification settings - Fork 836
build(deps): bump github.com/mark3labs/mcp-go from 0.25.0 to 0.27.0 #397
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
build(deps): bump github.com/mark3labs/mcp-go from 0.25.0 to 0.27.0 #397
Conversation
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.25.0 to 0.27.0. - [Release notes](https://github.com/mark3labs/mcp-go/releases) - [Commits](mark3labs/mcp-go@v0.25.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>
24a61ed
to
15133bd
Compare
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.
LGTM
➜ github-mcp-server git:(dependabot/go_modules/github.com/mark3labs/mcp-go-0.27.0) GOMAXPROCS=1 GITHUB_MCP_SERVER_E2E_TOKEN=$(gh auth token) go test -v -count=1 --tags e2e ./e2e
=== RUN TestGetMe
=== PAUSE TestGetMe
=== RUN TestToolsets
=== PAUSE TestToolsets
=== RUN TestTags
=== PAUSE TestTags
=== CONT TestGetMe
e2e_test.go:49: Building Docker image for e2e tests...
e2e_test.go:123: Starting Stdio MCP client...
--- PASS: TestGetMe (3.32s)
=== CONT TestTags
e2e_test.go:123: Starting Stdio MCP client...
e2e_test.go:246: Getting current user...
e2e_test.go:275: Creating repository williammartin/github-mcp-server-e2e-TestTags-1747135474278...
e2e_test.go:292: Creating tag williammartin/github-mcp-server-e2e-TestTags-1747135474278:v0.0.1...
e2e_test.go:322: Listing tags for williammartin/github-mcp-server-e2e-TestTags-1747135474278...
e2e_test.go:355: Getting tag williammartin/github-mcp-server-e2e-TestTags-1747135474278:v0.0.1...
e2e_test.go:284: Deleting repository williammartin/github-mcp-server-e2e-TestTags-1747135474278...
--- PASS: TestTags (3.10s)
=== CONT TestToolsets
e2e_test.go:123: Starting Stdio MCP client...
--- PASS: TestToolsets (0.18s)
PASS
ok github.com/github/github-mcp-server/e2e 6.849s
panic(fmt.Sprintf("tool (%s) must be annotated as read-only", tool.Tool.Name)) | ||
} | ||
tool.Tool.Annotations = mcp.ToolAnnotation{ |
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.
Checked with @SamMorrowDrums that this was dead code.
Bypassing last pusher rule on this because I'm addressing minor linting errors with the version bump. |
Bumps github.com/mark3labs/mcp-go from 0.25.0 to 0.27.0.
Release notes
Sourced from github.com/mark3labs/mcp-go's releases.
Commits
e5121b3
Release v0.27.0eeb7070
fix: properly marshalToolAnnotations
withfalse
values (#260)e1f1b47
optimize listByPagination (#246)46bfb6f
fix: fix some obvious simplifications (#267)716eabe
docs: Remove reference tomcp.RoleSystem
(#269)3dfa331
fix(server/stdio): risk of concurrent reads and data loss in readNextLine() (...f8badd6
chore: replaceinterface{}
withany
(#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)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)