Skip to content

fix(deps): update module github.com/mark3labs/mcp-go to v0.37.0 #10

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 11, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/mark3labs/mcp-go v0.31.0 -> v0.37.0 age confidence

Release Notes

mark3labs/mcp-go (github.com/mark3labs/mcp-go)

v0.37.0

Compare Source

⚠️ Breaking Changes

The Result.Meta field type has changed from map[string]any to *Meta. Code that directly accesses or sets this field will need to be updated:

// Before (v0.36.0 and earlier):
result.Meta = map[string]any{"key": "value"}

// After (v0.37.0):
result.Meta = &mcp.Meta{AdditionalFields: map[string]any{"key": "value"}}

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.36.0...v0.37.0

v0.36.0

Compare Source

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.35.0...v0.36.0

v0.35.0

Compare Source

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.34.0...v0.35.0

v0.34.0

Compare Source

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.33.0...v0.34.0

v0.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.32.0...v0.33.0

v0.32.0

Compare Source

What's Changed

New Contributors

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update module github.com/mark3labs/mcp-go to v0.32.0 fix(deps): update module github.com/mark3labs/mcp-go to v0.32.0 - autoclosed Jun 24, 2025
@renovate renovate bot closed this Jun 24, 2025
@renovate renovate bot deleted the renovate/github.com-mark3labs-mcp-go-0.x branch June 24, 2025 13:35
@renovate renovate bot changed the title fix(deps): update module github.com/mark3labs/mcp-go to v0.32.0 - autoclosed fix(deps): update module github.com/mark3labs/mcp-go to v0.32.0 Jun 24, 2025
@renovate renovate bot reopened this Jun 24, 2025
@renovate renovate bot force-pushed the renovate/github.com-mark3labs-mcp-go-0.x branch from c69f3f1 to 08bfecb Compare June 24, 2025 19:24
@renovate renovate bot changed the title fix(deps): update module github.com/mark3labs/mcp-go to v0.32.0 fix(deps): update module github.com/mark3labs/mcp-go to v0.33.0 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/github.com-mark3labs-mcp-go-0.x branch from 08bfecb to 4e1b1cc Compare July 8, 2025 13:03
@renovate renovate bot force-pushed the renovate/github.com-mark3labs-mcp-go-0.x branch from 4e1b1cc to 8dc108d Compare July 15, 2025 14:51
@renovate renovate bot changed the title fix(deps): update module github.com/mark3labs/mcp-go to v0.33.0 fix(deps): update module github.com/mark3labs/mcp-go to v0.34.0 Jul 15, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/mark3labs/mcp-go to v0.34.0 fix(deps): update module github.com/mark3labs/mcp-go to v0.35.0 Jul 25, 2025
@renovate renovate bot force-pushed the renovate/github.com-mark3labs-mcp-go-0.x branch 2 times, most recently from cf79e25 to a72050b Compare July 28, 2025 20:47
@renovate renovate bot changed the title fix(deps): update module github.com/mark3labs/mcp-go to v0.35.0 fix(deps): update module github.com/mark3labs/mcp-go to v0.36.0 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/github.com-mark3labs-mcp-go-0.x branch from a72050b to 54dedf0 Compare August 5, 2025 05:39
@renovate renovate bot changed the title fix(deps): update module github.com/mark3labs/mcp-go to v0.36.0 fix(deps): update module github.com/mark3labs/mcp-go to v0.37.0 Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants