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
#[cfg(feature = "client")]
pub mod client_runtime;
#[cfg(feature = "server")]
pub mod server_runtime;