pty-mcp 0.3.0

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

pub use model::{
    BufferStats, ExitInfo, Pagination, ReadView, SessionId, SessionStatus, SessionSummary,
    SessionTransport, SignalKind,
};
pub use registry::{SessionKillResult, SessionRegistry, SessionWaitResult, SessionWriteResult};