Release v0.53.0
What's Changed
- feat(server): add WithStrictInputSchemaDefault by @QuentinBisson in #853
- fix(server): add CloseSessions and prevent double-close panic on SSE sessions by @blackwell-systems in #852
- fix(transport): suppress closed-pipe shutdown noise by @Gujiassh in #863
- fix: add panic recovery to transport goroutines by @blackwell-systems in #861
- fix: ToolInputSchema inherits MarshalJSON (fixes #694) by @tamish-max in #858
- we should use pointers on returns for ListPrompts and ListResources by @Patryk-Stefanski in #855
- fix(mcp): allow _meta on paginated requests by @curbol in #854
- refactor(server): use explicit struct literal in ListTools by @ezynda3 in #864
New Contributors
- @QuentinBisson made their first contribution in #853
- @tamish-max made their first contribution in #858
- @curbol made their first contribution in #854
Full Changelog: v0.52.0...v0.53.0