Myko server runtime — WebSocket, durable event backends, peer federation.
This crate contains the tokio-dependent parts of the Myko server:
CellServer— server lifecycle (durable catch-up init, WS accept loop)kafka— Kafka producer/consumer (implementsPersistertrait)postgres— PostgreSQL producer/consumer (event-table + LISTEN/NOTIFY)ws_handler— WebSocket connection handlingpeer_registry— federation with other serversmcp— Model Context Protocol server
Tokio-free server types (CellServerCtx, HandlerRegistry, etc.) live in myko_rs::server.