Skip to main content

run_stdio_server

Function run_stdio_server 

Source
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.