//! Internals of the `mcpmesh` binary. **Not a supported SDK** — no stability promise is
//! made for anything in this crate; modules are `pub` only so the binary's integration
//! tests and the embedding shell can link them, and they may change or vanish in any
//! release without a major version bump.
//!
//! Building on mcpmesh? Depend on [`mcpmesh-local-api`](https://docs.rs/mcpmesh-local-api)
//! instead — that crate is the supported integration surface.
pub use ;
// Daemon-core modules now live in mcpmesh-node; re-exported so the shell's remaining
// `crate::x` paths and the integration tests' `mcpmesh::x` paths resolve unchanged.
pub use ;