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
pub mod store;
pub mod view;

pub use store::{BufferStore, BufferStoreStats};
pub use view::{BufferLine, BufferReadPage, BufferReadRequest, BufferView};