WebSocket RPC server and endpoint schema model, with MCP tool exposure and JSON Schema / OpenAPI / AsyncAPI generation. Shared runtime for services generated by endpoint-gen.
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;