mcp-client-fishcode2025 0.1.0

Client SDK for the Model Context Protocol
Documentation

Testing stdio transport

cargo run -p mcp-client-fishcode2025 --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-fishcode2025 --example sse