Skip to main content

connect_stdio

Function connect_stdio 

Source
pub async fn connect_stdio<S>(server: S) -> Result<()>
where S: ServerHandler,
Expand description

Runs server over the stdio transport until the client disconnects — the Terminal Client / Harness Server “stdio” mode’s connection point (Story R5 wires this into main.rs’s subcommand dispatch).