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
fix(context): add validation and HTTP timeout to prevent hangs
- Add 30-second HTTP timeout to API client to prevent infinite hangs
- Add connection validation during context create
- Verify server connectivity and token validity before saving context
- Verify gateway group exists if specified
- Add --skip-validation flag for advanced users
- Provide clear error messages for auth failures and connection issues
Fixes issue where invalid credentials were silently accepted and
subsequent commands would hang indefinitely when connecting to
unreachable servers.
0 commit comments