.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
TCK_STREAMING_TIMEOUT
Streaming timeout configuration (in seconds) Controls timeout values for SSE (Server-Sent Events) streaming tests Default: 2.0 seconds if…
brew install flyctl && fly launch --from https://github.com/a2aproject/a2a-tck
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/a2aproject/a2a-tck
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/a2aproject/a2a-tck