File /opt/venv/lib/python3.12/site-packages/langchain_mcp_adapters/tools.py:58, in _convert_call_tool_result(call_tool_result)
55 tool_content = tool_content[0]
57 if call_tool_result.isError:
---> 58 raise ToolException(tool_content)
60 return tool_content, non_text_contents or None
ToolException: No snapshot found. Use browser_snapshot to capture one