mcp-client

Crates.iomcp-client
lib.rsmcp-client
version0.1.0
created_at2025-02-27 16:38:55.593052+00
updated_at2025-02-27 16:38:55.593052+00
descriptionClient SDK for the Model Context Protocol
homepage
repositoryhttps://github.com/modelcontextprotocol/rust-sdk/
max_upload_size
id1571908
size104,875
Bradley Axen (baxen)

documentation

README

Testing stdio transport

cargo run -p mcp-client --example stdio

Testing SSE transport

  1. Start the MCP server in one terminal: fastmcp run -t sse echo.py
  2. Run the client example in new terminal: cargo run -p mcp-client --example sse
Commit count: 251

cargo fmt