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 OAuthClientInformationFull initialization with empty defaults
- Fix TokenError and AuthorizeError to use literal strings instead of enums
- Fix token_type to use lowercase 'bearer' as required by OAuthToken
- Fix potentially None values in _generate_mcp_token calls
- Fix ProjectService repository.update calls to include entity_id
- Fix prompt_router.py to handle undefined variables
- Fix config.py field_validator return type
- Fix external_auth_provider.py to add state field
- Fix supabase_auth_provider.py redirect_uris parameter
- Make Importer.handle_error abstract to fix test failures
- Remove unused imports
All type checks now pass and all tests are green.
0 commit comments