rust-mcp-schema 0.10.0

Type-safe implementation of the Model Context Protocol in Rust, designed to reduce errors and accelerate development with powerful utilities.
Documentation
1
2
3
4
5
#[cfg(any(feature = "2024_11_05", feature = "2025_03_26", feature = "2025_06_18"))]
mod before_2025_11_25;

#[cfg(feature = "2025_11_25")]
mod v2025_11_25;