pub const MAX_SQL_INPUT_BYTES: usize = _; // 16_777_216usizeExpand description
Maximum SQL source accepted by one CLI action or the interactive buffer.
The direct CLI is intentionally less restrictive than MCP, but it still needs a finite parser/input boundary for scripts and piped agent output.