pub fn serve<Tools: Debug + AsToolsList + Dispatch<State>, State>(
state: &mut State,
config: &ServerConfig,
) -> Result<()>Available on crate feature
stdio only.Expand description
Read messages from stdin until EOF, answering each request on stdout.
Blocks the calling thread for the lifetime of the connection.