pub async fn run_embedded(config: ServerConfig) -> Result<()>Expand description
Start the server in quiet mode for in-process integrations.
Quiet mode avoids Tael-owned stdout/stderr setup so one-shot commands and TUIs embedding the server can preserve their own output contract.