pub const MAX_FORMATTER_OUTPUT_BYTES: usize = _; // 8_388_608usizeExpand description
Bound on a single formatter invocation’s stdout — a hostile or broken
configured formatter can’t force unbounded memory growth (same
rationale as crate::mcp::MCP_MAX_RESPONSE_BYTES).