1 2 3 4 5 6 7
//! MCP (Model Context Protocol) server implementation for the SSH service. //! //! This module wraps the core operations in an MCP-compatible interface. pub mod tool_router; pub use tool_router::SshToolRouter;