v0.8.59
What's changed
- Bound hosted binary MCP tool responses to 25 MiB to prevent unbounded SDK buffering and OOM kills.
- Preserve binary tools for normal-sized responses while returning a stable
hosted_response_too_largeerror for oversized content. - Guard both success and error paths against compressed-response expansion.
- Keep self-hosted stdio behavior unchanged.
Full changelog: v0.8.58...v0.8.59