- Notifications
You must be signed in to change notification settings - Fork3.3k
build(deps): bump github.com/mark3labs/mcp-go from 0.30.0 to 0.31.0#465
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
Merged
williammartin merged 2 commits intomainfromdependabot/go_modules/github.com/mark3labs/mcp-go-0.31.0Jun 3, 2025
Merged
build(deps): bump github.com/mark3labs/mcp-go from 0.30.0 to 0.31.0#465
williammartin merged 2 commits intomainfromdependabot/go_modules/github.com/mark3labs/mcp-go-0.31.0Jun 3, 2025
+6 −6
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.30.0 to 0.31.0.- [Release notes](https://github.com/mark3labs/mcp-go/releases)- [Commits](mark3labs/mcp-go@v0.30.0...v0.31.0)---updated-dependencies:- dependency-name: github.com/mark3labs/mcp-go dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
ac9cf1b to395c781Comparewilliammartin approved these changesJun 3, 2025
Collaborator
williammartin left a comment
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.
Passes the e2e tests.
➜ github-mcp-server git:(dependabot/go_modules/github.com/mark3labs/mcp-go-0.31.0) ✗ GOMAXPROCS=1 GITHUB_MCP_SERVER_E2E_HOST=https://github.com 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=== RUN TestFileDeletion=== PAUSE TestFileDeletion=== RUN TestDirectoryDeletion=== PAUSE TestDirectoryDeletion=== RUN TestRequestCopilotReview=== PAUSE TestRequestCopilotReview=== RUN TestAssignCopilotToIssue=== PAUSE TestAssignCopilotToIssue=== RUN TestPullRequestAtomicCreateAndSubmit=== PAUSE TestPullRequestAtomicCreateAndSubmit=== RUN TestPullRequestReviewCommentSubmit=== PAUSE TestPullRequestReviewCommentSubmit=== RUN TestPullRequestReviewDeletion=== PAUSE TestPullRequestReviewDeletion=== CONT TestGetMe e2e_test.go:80: Building Docker image for e2e tests... e2e_test.go:163: Starting Stdio MCP client...--- PASS: TestGetMe (8.74s)=== CONT TestPullRequestReviewDeletion e2e_test.go:163: Starting Stdio MCP client... e2e_test.go:1468: Getting current user... e2e_test.go:1497: Creating repository williammartin/github-mcp-server-e2e-TestPullRequestReviewDeletion-1748926769939... e2e_test.go:1521: Creating branch in williammartin/github-mcp-server-e2e-TestPullRequestReviewDeletion-1748926769939... e2e_test.go:1538: Creating commit with new file in williammartin/github-mcp-server-e2e-TestPullRequestReviewDeletion-1748926769939... e2e_test.go:1555: Creating pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewDeletion-1748926769939... e2e_test.go:1570: Creating pending review for pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewDeletion-1748926769939... e2e_test.go:1588: Getting reviews for pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewDeletion-1748926769939... e2e_test.go:1615: Deleting review for pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewDeletion-1748926769939... e2e_test.go:1621: Getting reviews for pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewDeletion-1748926769939... e2e_test.go:1506: Deleting repository williammartin/github-mcp-server-e2e-TestPullRequestReviewDeletion-1748926769939...--- PASS: TestPullRequestReviewDeletion (7.47s)=== CONT TestPullRequestReviewCommentSubmit e2e_test.go:163: Starting Stdio MCP client... e2e_test.go:1223: Getting current user... e2e_test.go:1252: Creating repository williammartin/github-mcp-server-e2e-TestPullRequestReviewCommentSubmit-1748926777316... e2e_test.go:1276: Creating branch in williammartin/github-mcp-server-e2e-TestPullRequestReviewCommentSubmit-1748926777316... e2e_test.go:1293: Creating commit with new file in williammartin/github-mcp-server-e2e-TestPullRequestReviewCommentSubmit-1748926777316... e2e_test.go:1322: Creating pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewCommentSubmit-1748926777316... e2e_test.go:1337: Creating pending review for pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewCommentSubmit-1748926777316... e2e_test.go:1358: Adding file review comment to pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewCommentSubmit-1748926777316... e2e_test.go:1378: Adding single line review comment to pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewCommentSubmit-1748926777316... e2e_test.go:1400: Adding multi line review comment to pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewCommentSubmit-1748926777316... e2e_test.go:1416: Submitting review for pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewCommentSubmit-1748926777316... e2e_test.go:1430: Getting reviews for pull request in williammartin/github-mcp-server-e2e-TestPullRequestReviewCommentSubmit-1748926777316... e2e_test.go:1261: Deleting repository williammartin/github-mcp-server-e2e-TestPullRequestReviewCommentSubmit-1748926777316...--- PASS: TestPullRequestReviewCommentSubmit (12.02s)=== CONT TestPullRequestAtomicCreateAndSubmit e2e_test.go:163: Starting Stdio MCP client... e2e_test.go:1063: Getting current user... e2e_test.go:1092: Creating repository williammartin/github-mcp-server-e2e-TestPullRequestAtomicCreateAndSubmit-1748926789308... e2e_test.go:1116: Creating branch in williammartin/github-mcp-server-e2e-TestPullRequestAtomicCreateAndSubmit-1748926789308... e2e_test.go:1133: Creating commit with new file in williammartin/github-mcp-server-e2e-TestPullRequestAtomicCreateAndSubmit-1748926789308... e2e_test.go:1162: Creating pull request in williammartin/github-mcp-server-e2e-TestPullRequestAtomicCreateAndSubmit-1748926789308... e2e_test.go:1179: Creating and submitting review for pull request in williammartin/github-mcp-server-e2e-TestPullRequestAtomicCreateAndSubmit-1748926789308... e2e_test.go:1193: Getting reviews for pull request in williammartin/github-mcp-server-e2e-TestPullRequestAtomicCreateAndSubmit-1748926789308... e2e_test.go:1101: Deleting repository williammartin/github-mcp-server-e2e-TestPullRequestAtomicCreateAndSubmit-1748926789308...--- PASS: TestPullRequestAtomicCreateAndSubmit (5.81s)=== CONT TestAssignCopilotToIssue e2e_test.go:163: Starting Stdio MCP client... e2e_test.go:960: Getting current user... e2e_test.go:989: Creating repository williammartin/github-mcp-server-e2e-TestAssignCopilotToIssue-1748926795109... e2e_test.go:1012: Creating issue in williammartin/github-mcp-server-e2e-TestAssignCopilotToIssue-1748926795109... e2e_test.go:1026: Assigning copilot to issue in williammartin/github-mcp-server-e2e-TestAssignCopilotToIssue-1748926795109... e2e_test.go:998: Deleting repository williammartin/github-mcp-server-e2e-TestAssignCopilotToIssue-1748926795109...--- PASS: TestAssignCopilotToIssue (4.17s)=== CONT TestRequestCopilotReview e2e_test.go:163: Starting Stdio MCP client... e2e_test.go:812: Getting current user... e2e_test.go:841: Creating repository williammartin/github-mcp-server-e2e-TestRequestCopilotReview-1748926799252... e2e_test.go:865: Creating branch in williammartin/github-mcp-server-e2e-TestRequestCopilotReview-1748926799252... e2e_test.go:882: Creating commit with new file in williammartin/github-mcp-server-e2e-TestRequestCopilotReview-1748926799252... e2e_test.go:910: Creating pull request in williammartin/github-mcp-server-e2e-TestRequestCopilotReview-1748926799252... e2e_test.go:924: Requesting Copilot review for pull request in williammartin/github-mcp-server-e2e-TestRequestCopilotReview-1748926799252... e2e_test.go:936: Getting reviews for pull request in williammartin/github-mcp-server-e2e-TestRequestCopilotReview-1748926799252... e2e_test.go:850: Deleting repository williammartin/github-mcp-server-e2e-TestRequestCopilotReview-1748926799252...--- PASS: TestRequestCopilotReview (5.16s)=== CONT TestDirectoryDeletion e2e_test.go:163: Starting Stdio MCP client... e2e_test.go:614: Getting current user... e2e_test.go:642: Creating repository williammartin/github-mcp-server-e2e-TestDirectoryDeletion-1748926804486... e2e_test.go:666: Creating branch in williammartin/github-mcp-server-e2e-TestDirectoryDeletion-1748926804486... e2e_test.go:683: Creating commit with new file in williammartin/github-mcp-server-e2e-TestDirectoryDeletion-1748926804486... e2e_test.go:701: Getting file contents in williammartin/github-mcp-server-e2e-TestDirectoryDeletion-1748926804486... e2e_test.go:729: Deleting directory in williammartin/github-mcp-server-e2e-TestDirectoryDeletion-1748926804486... e2e_test.go:743: Listing commits in williammartin/github-mcp-server-e2e-TestDirectoryDeletion-1748926804486... e2e_test.go:777: Getting commit williammartin/github-mcp-server-e2e-TestDirectoryDeletion-1748926804486:7088a0fcb81eb5f75275c7bb1ecfc743b174e30f... e2e_test.go:651: Deleting repository williammartin/github-mcp-server-e2e-TestDirectoryDeletion-1748926804486...--- PASS: TestDirectoryDeletion (6.49s)=== CONT TestFileDeletion e2e_test.go:163: Starting Stdio MCP client... e2e_test.go:422: Getting current user... e2e_test.go:450: Creating repository williammartin/github-mcp-server-e2e-TestFileDeletion-1748926810987... e2e_test.go:474: Creating branch in williammartin/github-mcp-server-e2e-TestFileDeletion-1748926810987... e2e_test.go:491: Creating commit with new file in williammartin/github-mcp-server-e2e-TestFileDeletion-1748926810987... e2e_test.go:506: Getting file contents in williammartin/github-mcp-server-e2e-TestFileDeletion-1748926810987... e2e_test.go:534: Deleting file in williammartin/github-mcp-server-e2e-TestFileDeletion-1748926810987... e2e_test.go:548: Listing commits in williammartin/github-mcp-server-e2e-TestFileDeletion-1748926810987... e2e_test.go:582: Getting commit williammartin/github-mcp-server-e2e-TestFileDeletion-1748926810987:6d080b9c7592951821fbed31903a1ca5fdd15cad... e2e_test.go:459: Deleting repository williammartin/github-mcp-server-e2e-TestFileDeletion-1748926810987...--- PASS: TestFileDeletion (5.82s)=== CONT TestTags e2e_test.go:163: Starting Stdio MCP client... e2e_test.go:284: Getting current user... e2e_test.go:313: Creating repository williammartin/github-mcp-server-e2e-TestTags-1748926816825... e2e_test.go:330: Creating tag williammartin/github-mcp-server-e2e-TestTags-1748926816825:v0.0.1... e2e_test.go:360: Listing tags for williammartin/github-mcp-server-e2e-TestTags-1748926816825... e2e_test.go:393: Getting tag williammartin/github-mcp-server-e2e-TestTags-1748926816825:v0.0.1... e2e_test.go:322: Deleting repository williammartin/github-mcp-server-e2e-TestTags-1748926816825...--- PASS: TestTags (3.98s)=== CONT TestToolsets e2e_test.go:163: Starting Stdio MCP client...--- PASS: TestToolsets (0.19s)PASSok github.com/github/github-mcp-server/e2e 60.317sCollaborator
williammartin commentedJun 3, 2025
Merging without review from someone else because my only change here was a license bump. |
c2d5b43 intomain 16 checks passed
Uh oh!
There was an error while loading.Please reload this page.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumpsgithub.com/mark3labs/mcp-go from 0.30.0 to 0.31.0.
Release notes
Sourced fromgithub.com/mark3labs/mcp-go's releases.
Commits
4b71176fix(Srv/stream): add ID field toPingRequest(#353)7f2ea88Add option to StreamableHTTPServer to allow custom http server instance (#347)d250b38fix(server): resolve stdio server context cancellation bug (#331)d5847c0fix: move styles.css to www/docs (#354)e744c19fix: panic when streamable HTTP server sends notification (#348)991b31cfix: logo on website is squashed (#349)bfc3773Merge pull request#333 from OswinWu/feat/separate-CallToolRequstParamsa283d23Merge branch 'main' into feat/separate-CallToolRequstParamsc7c0e13fix(server): Implement MCP protocol negotiation. (#341)96f1b3b[style] change naming style of structsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)