n8n-nodes-smart-browser-automation 1.6.22 → 1.6.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -140,7 +140,7 @@ class SmartBrowserAutomationTools {
|
|
|
140
140
|
const e = error;
|
|
141
141
|
const mode = useCDP ? 'cdp' : 'launch';
|
|
142
142
|
const details = `mcp=${mcpEndpoint} | mode=${mode}${useCDP ? ` | cdp=${cdpUrl || 'unset'}` : ''}`;
|
|
143
|
-
throw new n8n_workflow_1.NodeOperationError(node, `Failed to connect to MCP: ${e.message}`, {
|
|
143
|
+
throw new n8n_workflow_1.NodeOperationError(node, `Failed to connect to MCP (${details}): ${e.message}`, {
|
|
144
144
|
itemIndex,
|
|
145
145
|
description: details,
|
|
146
146
|
});
|