Planned work that is out of scope for the current release. Each item links back
to the design docs that explain why it isn't shipped yet. Deliberate non-goals
(streaming as a default, schema dialects beyond default + OpenAI-compat,
discriminator branch logic) live in
docs/design-decisions.md and are not
repeated here.
SSE and chunked responses currently surface as raw bytes in the tool result (known limitations). First-class support means incremental delivery through the MCP progress/partial-result channel once the SDKs settle on a shape.
Binary leaves under items schemas are not unpacked into per-element parts
(known limitations). Requires a
runtime contract for one-part-per-element fan-out.