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
#[allow(clippy::large_enum_variant)]
/// modules
mod generated_schema;

pub use generated_schema::*;