pub mod cmd; pub mod fs; pub mod hardware; pub mod mcp; pub mod server; pub mod setup; pub mod state; pub mod threads; pub mod utils;