Update gcalendar/calendar_tools.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -32,7 +32,7 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
# --- Tool Implementations ---
|
# --- Tool Implementations ---
|
||||||
|
|
||||||
@server.tool() # Added decorator
|
@server.tool()
|
||||||
async def start_auth(user_id: str) -> str:
|
async def start_auth(user_id: str) -> str:
|
||||||
"""
|
"""
|
||||||
Start the Google OAuth authentication process with automatic callback handling.
|
Start the Google OAuth authentication process with automatic callback handling.
|
||||||
|
|||||||
Reference in New Issue
Block a user