pub async fn run_stdio_server(
project_root: PathBuf,
config: KodaConfig,
) -> Result<()>Expand description
Run the ACP server over stdio.
Reads newline-delimited JSON-RPC from stdin, dispatches to handlers, and writes JSON-RPC responses/notifications to stdout.