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
Parameter coercion: Coerce row_limit, start_row, and summary_only safely at tool boundaries to prevent TypeError: '<' not supported between instances of 'int' and 'str' (Fixes #7).
Client attribution: Add persistent _RUNTIME_CLIENT cache to maintain clientInfo attribution across stateless tool calls (Fixes #4).
Dual gateway failover: Add automatic failover between primary and secondary telemetry gateways.