Files
goose/crates/mcp-client
2025-06-27 10:43:56 -07:00
..
2025-06-27 10:43:56 -07:00
2025-06-27 15:29:21 +10:00
2025-06-27 15:29:21 +10:00
2025-01-24 13:04:43 -08:00

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