mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-02 13:14:34 +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