You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stdout is reserved for the MCP transport, so diagnostics never appear there.
Retries and timeouts
Transient 429/5xx/network failures are retried with exponential backoff and
jitter, honouring Retry-After. Tune with TAKT_MAX_RETRIES (default 2) and
TAKT_TIMEOUT_MS (default 15000). For fail-fast interactive use, set
TAKT_MAX_RETRIES=0.