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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-smart-browser-automation",
3
- "version": "1.6.22",
3
+ "version": "1.6.23",
4
4
  "description": "n8n node for AI-driven browser automation using MCP",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",