rmcp 1.0.0

Rust SDK for Model Context Protocol
Documentation
1
2
3
4
5
6
pub mod session;
#[cfg(feature = "transport-streamable-http-server")]
pub mod tower;
pub use session::{SessionId, SessionManager};
#[cfg(feature = "transport-streamable-http-server")]
pub use tower::{StreamableHttpServerConfig, StreamableHttpService};