Skip to main content

run_stdio

Function run_stdio 

Source
pub async fn run_stdio(options: AcpOptions) -> Result<()>
Expand description

Run the ACP server over stdio.

Reads JSON-RPC requests line-by-line from stdin, dispatches them, and writes JSON-RPC responses/notifications to stdout.