1 2 3 4 5 6 7
//! Model Context Protocol implementation for TAP pub mod protocol; pub mod server; pub mod transport; pub use server::McpServer;