mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
03e5549b54
Co-authored-by: Michael Neale <michael.neale@gmail.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