Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/mark3labs/mcp-go from 0.22.0 to 0.25.0.

Release notes

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

Release v0.25.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.24.1...v0.25.0

Release v0.24.1

What's Changed

Full Changelog: mark3labs/mcp-go@v0.24.0...v0.24.1

Release v0.24.0

What's Changed

New Contributors

... (truncated)

Commits
  • eadd702 Format
  • 4a1010e feat(server/sse): Add support for dynamic base paths (#214)
  • cfeb0ee feat: quick return tool-call request, send response via SSE in goroutine (#163)
  • d352118 feat(SSEServer): add WithAppendQueryToMessageEndpoint() (#136)
  • df5f67e [chore][client] Add ability to override the http.Client (#109)
  • ddb59dd fix: handle nil rawMessage in response parsing functions (#218)
  • f0a648b fix(SSE): only initialize http.Server when not set (#229)
  • ffc63d9 Add Accept header (#230)
  • ae96a68 fix: update doc comments to match Go conventions (#226)
  • df73667 fix(client/test): verify mock server binary exists after compilation (#215)
  • 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)

Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.22.0 to 0.25.0.
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.22.0...v0.25.0)

---
updated-dependencies:
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 5, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 5, 2025 16:43
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.

LGTM, e2e tests pass.

➜  github-mcp-server git:(dependabot/go_modules/github.com/mark3labs/mcp-go-0.25.0) 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
    e2e_test.go:45: Building Docker image for e2e tests...
    e2e_test.go:118: Starting Stdio MCP client...
    e2e_test.go:219: Getting current user...
    e2e_test.go:248: Creating repository williammartin/github-mcp-server-e2e-TestTags-1746529410586...
    e2e_test.go:265: Creating tag williammartin/github-mcp-server-e2e-TestTags-1746529410586:v0.0.1...
    e2e_test.go:295: Listing tags for williammartin/github-mcp-server-e2e-TestTags-1746529410586...
    e2e_test.go:328: Getting tag williammartin/github-mcp-server-e2e-TestTags-1746529410586:v0.0.1...
    e2e_test.go:257: Deleting repository williammartin/github-mcp-server-e2e-TestTags-1746529410586...
--- PASS: TestTags (10.72s)
=== CONT  TestGetMe
=== CONT  TestToolsets
    e2e_test.go:118: Starting Stdio MCP client...
=== NAME  TestGetMe
    e2e_test.go:118: Starting Stdio MCP client...
--- PASS: TestToolsets (0.22s)
--- PASS: TestGetMe (0.64s)
PASS
ok      github.com/github/github-mcp-server/e2e 11.716s

@williammartin
Copy link
Collaborator

I'm bypassing the merge rule blocking this because I pushed last since it was just a license update.

@williammartin williammartin merged commit 2ee6c4e into main May 6, 2025
16 checks passed
@williammartin williammartin deleted the dependabot/go_modules/github.com/mark3labs/mcp-go-0.25.0 branch May 6, 2025 11:08
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