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
Remove the hardcoded fallback in favor of deriving OAuth scopes from
the canonical inventory. This ensures scopes always match the enabled
tools rather than a potentially stale hardcoded list.
- Remove getDefaultOAuthScopes() function entirely
- Error case now returns nil scopes (error surfaces at server start)
- Empty scopes is valid (tools may not require auth)
- Scopes are always computed from inventory.AvailableTools()
0 commit comments