pty-mcp 0.2.3

An MCP server for PTY management with SSH connections, remote sessions, file access, and mounts
Documentation
1
2
3
4
5
6
pub mod runtime;

pub use runtime::{
    PtyOutputReceiver, PtyRuntime, PtySessionHandle, PtySpawnRequest, PtySpawnResult,
    RuntimeExitStatus,
};