rust_mcp_sdk/
mcp_runtimes.rs

1#[cfg(feature = "client")]
2pub mod client_runtime;
3#[cfg(feature = "server")]
4pub mod server_runtime;