This commit is contained in:
Taylor Wilsdon
2025-08-24 14:09:23 -04:00
parent 2521694eaa
commit 5b8e8477c0
3 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ from auth.mcp_session_middleware import MCPSessionMiddleware
from auth.oauth_responses import create_error_response, create_success_response, create_server_error_response
from auth.auth_info_middleware import AuthInfoMiddleware
from auth.fastmcp_google_auth import GoogleWorkspaceAuthProvider
from auth.scopes import SCOPES, get_current_scopes
from auth.scopes import SCOPES, get_current_scopes # noqa
from core.config import (
USER_GOOGLE_EMAIL,
get_transport_mode,