implement guided auth flow for both chat based and server callback flows

This commit is contained in:
Taylor Wilsdon
2025-04-27 14:37:08 -04:00
parent 65048b7f46
commit 828dbfae08
21 changed files with 1160 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
README.md
pyproject.toml
auth/__init__.py
auth/callback_server.py
auth/google_auth.py
auth/oauth_manager.py
core/__init__.py
core/server.py
gcalendar/__init__.py
gcalendar/calendar_tools.py
google_workspace_mcp.egg-info/PKG-INFO
google_workspace_mcp.egg-info/SOURCES.txt
google_workspace_mcp.egg-info/dependency_links.txt
google_workspace_mcp.egg-info/requires.txt
google_workspace_mcp.egg-info/top_level.txt