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.27.0 to 0.28.0#412

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 19, 2025

Bumpsgithub.com/mark3labs/mcp-go from 0.27.0 to 0.28.0.

Release notes

Sourced fromgithub.com/mark3labs/mcp-go's releases.

Release v0.28.0

What's Changed

New Contributors

Full Changelog:mark3labs/mcp-go@v0.27.1...v0.28.0

Release v0.27.1

What's Changed

New Contributors

Full Changelog:mark3labs/mcp-go@v0.27.0...v0.27.1

Commits
  • 077f546 feat(MCPServer): supportlogging/setlevel request (#276)
  • 09c23b5 fix: type mismatch for request/response ID (#291)
  • 91ddba5 feat(protocol): allow additional fields in meta (#293)
  • eb835b9 fix: Gate notifications on capabilities (#290)
  • e7d2547 feat(tools): implicitly register capabilities (#292)
  • c1e70f3 fix(session): Don't send tool changed notifications if session not initialize...
  • e767652 fix(docs): Update README link (#284)
  • 239cfa4 chore: add a security policy (#283)
  • c46450c fix: proper deprecation messaging for WithHTTPContextFunc (#278)
  • 7bb1fd2 ci: add golangci-lint (#282)
  • 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)

@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update go code labelsMay 19, 2025
@dependabotdependabotbot requested a review froma team as acode ownerMay 19, 2025 17:07
@dependabotdependabotbot added dependenciesPull requests that update a dependency file goPull requests that update go code labelsMay 19, 2025
@williammartinwilliammartin requested review fromCopilot and removed request forCopilotMay 20, 2025 08:48
Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull Request Overview

Bumps thegithub.com/mark3labs/mcp-go dependency from v0.27.0 to v0.28.0 to pick up recent feature additions and fixes.

  • Updated dependency version ingo.mod

@@ -4,7 +4,7 @@ go 1.23.7

require (
github.com/google/go-github/v69 v69.2.0
github.com/mark3labs/mcp-go v0.27.0
github.com/mark3labs/mcp-go v0.28.0
Copy link
Preview

CopilotAIMay 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

After bumping the module version, rungo mod tidy and commit any updatedgo.sum entries to ensure your module metadata stays in sync.

Copilot uses AI. Check for mistakes.

Copy link
Contributor

@CopilotCopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull Request Overview

This PR updates thegithub.com/mark3labs/mcp-go dependency from v0.27.0 to v0.28.0.

  • Bump mcp-go dependency in go.mod to include new features and fixes from v0.28.0.

dependabotbotand others added2 commitsMay 20, 2025 13:25
Bumps [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) from 0.27.0 to 0.28.0.- [Release notes](https://github.com/mark3labs/mcp-go/releases)- [Commits](mark3labs/mcp-go@v0.27.0...v0.28.0)---updated-dependencies:- dependency-name: github.com/mark3labs/mcp-go  dependency-version: 0.28.0  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@williammartinwilliammartinforce-pushed thedependabot/go_modules/github.com/mark3labs/mcp-go-0.28.0 branch from122727f to56ac160CompareMay 20, 2025 11:25
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.

E2E tests, LGTM.

@williammartin
Copy link
Collaborator

Bypassing the last pusher rule because I was addressing minor compilation errors from the bump, and updating licenses.

SamMorrowDrums reacted with heart emoji

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

Copilot code reviewCopilotCopilot left review comments

@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