swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/crates/fidget-spinner-cli/src/mcp/mod.rs
blob: adea066863327048763418fcf15cf5f3cc22d1dd (plain)
1
2
3
4
5
6
7
8
9
10
mod catalog;
mod fault;
mod host;
mod protocol;
mod service;
mod telemetry;
mod worker;

pub(crate) use host::serve;
pub(crate) use worker::serve as serve_worker;