rust-mcp-sdk 0.9.0

An asynchronous SDK and framework for building MCP-Servers and MCP-Clients, leveraging the rust-mcp-schema for type safe MCP Schema Objects.
Documentation
1
2
3
4
5
mod fast_id_generator;
mod uuid_generator;
pub use crate::mcp_traits::IdGenerator;
pub use fast_id_generator::*;
pub use uuid_generator::*;