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.
pub async fn run_stdio(options: AcpOptions) -> Result<()>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.