Add debug logging for google_email and workspace_mcp URL

This commit is contained in:
daniel
2026-05-08 10:17:08 -05:00
parent 700e9af2b8
commit eaf19fa9c5

View File

@@ -290,6 +290,7 @@ async def main(payload: dict, context):
)
workspace_tools = []
google_email = user_profile.get('google_email', '')
print(f'[main] actor={actor_id} google_email={google_email!r} workspace_mcp_url={WORKSPACE_MCP_URL!r}')
if google_email:
try:
with workspace_mcp_client: