n8n-nodes-smart-browser-automation 1.1.3 → 1.1.4
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.
|
@@ -293,7 +293,7 @@ class SmartBrowserAutomation {
|
|
|
293
293
|
console.log(`Initializing AI session with CDP: ${cdpUrl}`);
|
|
294
294
|
}
|
|
295
295
|
const tools = await sessionManager.initialize(credentials.mcpEndpoint, true, cdpUrl);
|
|
296
|
-
// New logic: Auto-call
|
|
296
|
+
// New logic: Auto-call browser_connect_cdp tool if a URL is provided
|
|
297
297
|
if (options.cdpUrl) {
|
|
298
298
|
if (verbose) {
|
|
299
299
|
console.log(`Auto-calling 'browser_connect_cdp' with endpoint: ${options.cdpUrl}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-smart-browser-automation",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "n8n node for AI-driven browser automation using MCP",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n-community-node-package",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"gulp": "^4.0.2",
|
|
49
49
|
"n8n-workflow": "^1.0.0",
|
|
50
50
|
"prettier": "^3.1.0",
|
|
51
|
+
"ts-node": "^10.9.2",
|
|
51
52
|
"typescript": "^5.3.0"
|
|
52
53
|
},
|
|
53
54
|
"peerDependencies": {
|