Sourced from github.com/mark3labs/mcp-go's releases.
Release v0.32.0
What's Changed
- feat(mcp): add NewToolResultErrorf by
@icholy
in mark3labs/mcp-go#357- feat(mcptest): extend test server with prompt and resource support by
@vasayxtx
in mark3labs/mcp-go#346- [streamable-http] Add ability to override the http.Client by
@tra4less
in mark3labs/mcp-go#359- fixed logo issue in home page by
@asaf-shitrit
in mark3labs/mcp-go#364- feat(mcptest): Change
Server.Start
to accept acontext.Context
. by@octo
in mark3labs/mcp-go#339- fix(test/stdio): address io:read/write on closed pipe error by
@cryo-zd
in mark3labs/mcp-go#360- [SSE][OAuth] Add OAuth support to SSE client by
@giridhar-murthy-glean
in mark3labs/mcp-go#340- More comprehensive docs by
@ezynda3
in mark3labs/mcp-go#374- fix(srv/stream): properly remove sessionTool to prevent memory leak by
@cryo-zd
in mark3labs/mcp-go#365- fix: SSE parser now correctly handles events without event field by
@ezynda3
in mark3labs/mcp-go#376- fix: ignore session IDs in stateless mode instead of rejecting them by
@ezynda3
in mark3labs/mcp-go#375- support search www doc by
@dugenkui03
in mark3labs/mcp-go#378- Optimize docs by
@dugenkui03
in mark3labs/mcp-go#386New Contributors
@icholy
made their first contribution in mark3labs/mcp-go#357@vasayxtx
made their first contribution in mark3labs/mcp-go#346@tra4less
made their first contribution in mark3labs/mcp-go#359@asaf-shitrit
made their first contribution in mark3labs/mcp-go#364@giridhar-murthy-glean
made their first contribution in mark3labs/mcp-go#340Full Changelog: https://github.com/mark3labs/mcp-go/compare/v0.31.0...v0.32.0
5c49f63
more docs fixesb5db567
improve docs some more3943813
Optimize docs (#386)8c7a09d
Use fuzzy searchdc234ad
support search doc (#378)c3e9723
fix: ignore session IDs in stateless mode instead of rejecting them (#375)75abd9a
fix: SSE parser now correctly handles events without event field (#376)cf6a2e9
fix(srv/stream): properly remove sessionTool to prevent memory leak (#365)564b669
cleanup6ac1843
fix links