fix redirect uri import, add chat stub

This commit is contained in:
Taylor Wilsdon
2025-06-03 13:03:26 -04:00
parent 313630e3c5
commit 4046875cfc
9 changed files with 357 additions and 30 deletions

View File

@@ -68,7 +68,4 @@ GMAIL_SCOPES = [
]
# Combined scopes for all supported Google Workspace operations
SCOPES = list(set(BASE_SCOPES + CALENDAR_SCOPES + DRIVE_SCOPES + GMAIL_SCOPES + DOCS_SCOPES))
# Note: OAUTH_REDIRECT_URI is defined in core/server.py as it depends on the server's port.
# It will be imported directly from core.server where needed.
SCOPES = list(set(BASE_SCOPES + CALENDAR_SCOPES + DRIVE_SCOPES + GMAIL_SCOPES + DOCS_SCOPES))