upgrade fastmcp version

This commit is contained in:
Taylor Wilsdon
2025-08-01 11:54:48 -04:00
parent 5ffc0437f7
commit 4b349bebb6
3 changed files with 630 additions and 374 deletions

View File

@@ -130,8 +130,6 @@ async def oauth2_callback(request: Request) -> HTMLResponse:
logger.info(f"OAuth callback: Received code (state: {state}). Attempting to exchange for tokens.")
# Session ID tracking removed - not needed
# Exchange code for credentials. handle_auth_callback will save them.
# The user_id returned here is the Google-verified email.
verified_user_id, credentials = handle_auth_callback(