Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps): bump github.com/mark3labs/mcp-go from 0.22.0 to 0.25.0#375

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubMay 5, 2025

Bumpsgithub.com/mark3labs/mcp-go from 0.22.0 to 0.25.0.

Release notes

Sourced fromgithub.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 incompare 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] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update go code labelsMay 5, 2025
@dependabotdependabotbot requested a review froma team as acode ownerMay 5, 2025 16:43
Copy link
Collaborator

@williammartinwilliammartin 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)PASSok      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.

@williammartinwilliammartin merged commit2ee6c4e intomainMay 6, 2025
16 checks passed
@williammartinwilliammartin deleted the dependabot/go_modules/github.com/mark3labs/mcp-go-0.25.0 branchMay 6, 2025 11:08
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@williammartinwilliammartinwilliammartin approved these changes

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filegoPull requests that update go code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@williammartin

[8]ページ先頭

©2009-2025 Movatter.jp