Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 2, 2025

Bumps github.com/mark3labs/mcp-go from 0.30.0 to 0.31.0.

Release notes

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

Release v0.31.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.30.1...v0.31.0

Release v0.30.1

What's Changed

Full Changelog: mark3labs/mcp-go@v0.30.0...v0.30.1

Commits
  • 4b71176 fix(Srv/stream): add ID field to PingRequest (#353)
  • 7f2ea88 Add option to StreamableHTTPServer to allow custom http server instance (#347)
  • d250b38 fix(server): resolve stdio server context cancellation bug (#331)
  • d5847c0 fix: move styles.css to www/docs (#354)
  • e744c19 fix: panic when streamable HTTP server sends notification (#348)
  • 991b31c fix: logo on website is squashed (#349)
  • bfc3773 Merge pull request #333 from OswinWu/feat/separate-CallToolRequstParams
  • a283d23 Merge branch 'main' into feat/separate-CallToolRequstParams
  • c7c0e13 fix(server): Implement MCP protocol negotiation. (#341)
  • 96f1b3b [style] change naming style of structs
  • 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 Jun 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 2, 2025 17:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 2, 2025
dependabot bot and others added 2 commits June 3, 2025 07:21
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] <[email protected]>
@williammartin williammartin force-pushed the dependabot/go_modules/github.com/mark3labs/mcp-go-0.31.0 branch from ac9cf1b to 395c781 Compare June 3, 2025 05:24
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.

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)
PASS
ok      github.com/github/github-mcp-server/e2e 60.317s

@williammartin
Copy link
Collaborator

Merging without review from someone else because my only change here was a license bump.

@williammartin williammartin merged commit c2d5b43 into main Jun 3, 2025
16 checks passed
@williammartin williammartin deleted the dependabot/go_modules/github.com/mark3labs/mcp-go-0.31.0 branch June 3, 2025 05:31
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