Skip to main content

Module server

Module server 

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