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

This commit is contained in:
Taylor Wilsdon
2025-04-27 14:30:11 -04:00
parent ca86d591d4
commit 65048b7f46
7 changed files with 473 additions and 260 deletions

View File

@@ -5,9 +5,13 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastmcp>=2.2.5",
"google-api-python-client>=2.168.0",
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.2",
"httpx>=0.28.1",
"mcp[cli]>=1.6.0",
]
[tool.setuptools]
packages = ["auth", "gcalendar", "core"]