mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
85dd6375b5
Co-authored-by: Alice Hau <ahau@squareup.com>
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