rmcp 0.11.0

Rust SDK for Model Context Protocol
Documentation
1
2
3
4
5
6
#[cfg(feature = "client")]
#[cfg_attr(docsrs, doc(cfg(feature = "client")))]
pub mod client;
#[cfg(feature = "server")]
#[cfg_attr(docsrs, doc(cfg(feature = "server")))]
pub mod server;