fully working mcp session id handling

This commit is contained in:
Taylor Wilsdon
2025-05-22 17:02:00 -04:00
parent 07930d6004
commit ab029b2b72
4 changed files with 192 additions and 21 deletions

View File

@@ -184,6 +184,7 @@ async def list_calendars(
an error message if the API call fails,
or an authentication guidance message if credentials are required.
"""
logger.info(
f"[list_calendars] Invoked. Session: '{mcp_session_id}', Email: '{user_google_email}'"
)