lib.rs
Nov 29, 2024A Rust implementation of the Model Context Protocol (MCP), providing a standardized way for AI models to access external context and resources. Quickstart. For sse transport: # Terminal 1-Start server cargo run --bin server ---t sse -p 3000 # Terminal 2-Run test client cargo test test_sse_client ----nocapture For STDIO transport: