Sourced from github.com/mark3labs/mcp-go's releases.
Release v0.38.0
What's Changed
- fix: resolve stdio transport race condition for concurrent tool calls by
@ezynda3in mark3labs/mcp-go#529- fix CallToolResult json marshaling and unmarshaling: need structuredC… by
@sunfuzein mark3labs/mcp-go#523- feat: refactor constants for resource content types by
@CocaineCongin mark3labs/mcp-go#489- feat: add missing SetPrompts, DeleteResources, and SetResources methods by
@vasayxtxin mark3labs/mcp-go#445- feat: support creating tools using go-struct-style input schema by
@Grivnin mark3labs/mcp-go#534- fix: remove duplicate methods server.SetPrompts & server.SetResources by
@matthishollevillein mark3labs/mcp-go#542New Contributors
@sunfuzemade their first contribution in mark3labs/mcp-go#523@Grivnmade their first contribution in mark3labs/mcp-go#534@matthishollevillemade their first contribution in mark3labs/mcp-go#542Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.37.0...v0.38.0
35ebaa5
Add releases notification9f16336
fix: remove duplicate methods server.SetPrompts &
server.SetResources (#542)8a18f59
feat: support creating tools using go-struct-style input schema (#534)a3d34d9
feat: add missing SetPrompts, DeleteResources, and SetResources methods
(#445)8a88d01
feat:add constants for resource content types (#489)9c5d303
fix CallToolResult json marshaling and unmarshaling: need structuredC…
(#523)9393526
fix: resolve stdio transport race condition for concurrent tool calls
(#529)