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
The 'mcpproxy auth login' command was not opening browser windows for
OAuth authentication. This was caused by isDeferOAuthForTray() always
returning true when the daemon is running, even for manual OAuth flows.
The manualOAuthKey context value was already being set in ForceOAuthFlow
but isDeferOAuthForTray() never checked for it.
Fix:
- Add context parameter to isDeferOAuthForTray()
- Check isManualOAuthFlow(ctx) first - if true, don't defer
- Update caller to pass context
Fixessmart-mcp-proxy#155
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments