fast-mcp-ssh 0.4.1

Fast MCP SSH server with persistent PTY sessions, SFTP, and AI-first tool surface
1
2
3
4
5
6
7
8
9
//! Visual/rendering tools. Empty for now; the router is wired so tools can
//! land here without touching `SshServer::tool_router`.

use rmcp::tool_router;

use crate::server::SshServer;

#[tool_router(router = visual_router, vis = "pub")]
impl SshServer {}