cnctd-service-ssh 0.1.7

SSH command execution service - library and MCP server
Documentation
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;