1 2 3 4 5 6 7 8 9 10 11 12 13
mod config; pub(crate) mod duplicates; mod host; mod hosts; mod json_io; mod paths; mod runtime; #[cfg(test)] mod tests; pub use host::InstallTarget; pub(crate) use paths::claude_mcp_paths; pub use runtime::{install, uninstall};