ssh-mcp-rs 3.0.2

MCP server exposing SSH control for Linux systems via Model Context Protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Module exports for docker_integration tests

pub mod auth_tests;
pub mod check_process_tests;
pub mod common;
pub mod exec_raw_tests;
pub mod fallback_tests;
pub mod fish_tests;
pub mod oom_tests;
pub mod overwrite_tests;
pub mod reconnect_tests;
pub mod rsync_tests;
pub mod rsync_timeout_tests;
pub mod scp_tests;
pub mod sftp_tests;
pub mod timeout_tests;