//! mcpmesh CLI internals exposed as a library so integration tests (and, post-M2a, the host
//! shell) can drive the daemon/control/client machinery directly. A bin-only crate exposes
//! no API to its `tests/*.rs` integration crates, so the auto-start path (which must be
//! exercised against a real detached daemon) lives here; the `mcpmesh` binary (`main.rs`) is
//! a thin clap shim over these modules.
pub use ;