Launch MCP services fast: describe endpoints once in RON, and endpoint-gen generates the Rust models, docs and MCP tool schemas that this crate serves over WebSocket RPC, with roles and typed errors built in.
modmessage;// The upgrader is server-side; the client only needs the message conversions.
#[cfg(feature ="ws")]pubmodupgrader;#[cfg(feature ="ws")]pubuseupgrader::HyperTungsteniteUpgrader;#[cfg(feature ="ws")]pubuseupgrader::create_ws_stream;