Expand description
ACP server over stdio JSON-RPC.
Reads newline-delimited JSON from stdin, writes JSON-RPC messages to stdout. Implements the ACP lifecycle: Initialize → Authenticate → NewSession → Prompt → Cancel.
Functions§
- run_
stdio_ server - Run the ACP server over stdio.