mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
Testing stdio transport
cargo run -p mcp-client --example stdio
Testing SSE transport
- Start the MCP server in one terminal:
fastmcp run -t sse echo.py - Run the client example in new terminal:
cargo run -p mcp-client --example sse