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

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