Add debug logging for google_email and workspace_mcp URL
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user