Download Latest Version Release v0.37.0 source code.tar.gz (411.2 kB)
Email in envelope

Get an email when there's a new version of MCP Go

Home / v0.37.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-08-05 1.8 kB
Release v0.37.0 source code.tar.gz 2025-08-05 411.2 kB
Release v0.37.0 source code.zip 2025-08-05 492.9 kB
Totals: 3 Items   905.9 kB 4

⚠️ 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:

```go // 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: https://github.com/mark3labs/mcp-go/compare/v0.36.0...v0.37.0

Source: README.md, updated 2025-08-05