Update gcalendar/calendar_tools.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Taylor Wilsdon
2025-05-06 10:15:59 -04:00
committed by GitHub
parent face6bcbce
commit 190d8881fd

View File

@@ -32,7 +32,7 @@ logger = logging.getLogger(__name__)
# --- Tool Implementations ---
@server.tool() # Added decorator
@server.tool()
async def start_auth(user_id: str) -> str:
"""
Start the Google OAuth authentication process with automatic callback handling.