1 2 3 4 5 6 7
//! MCP Client implementations pub mod cli; pub mod desktop; pub use cli::CliClient; pub use desktop::DesktopClient;