mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
45c1c3d183
Co-authored-by: Jo Kelly-Fenton <jkellyfenton@spotify.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