brave-real-browser-mcp-server 2.41.13 → 2.41.15
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-browser-mcp-server",
|
|
3
|
-
"version": "2.41.
|
|
3
|
+
"version": "2.41.15",
|
|
4
4
|
"description": "MCP Server for Brave Real Browser - Puppeteer with Brave Browser, Stealth Mode, Ad Blocker, and Turnstile Auto-Solver for undetectable web automation.",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.mjs",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"license": "ISC",
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"@modelcontextprotocol/sdk": "^1.25.3",
|
|
77
|
-
"brave-real-puppeteer-core": "^24.37.
|
|
77
|
+
"brave-real-puppeteer-core": "^24.37.2-brave.3",
|
|
78
78
|
"ghost-cursor": "^1.4.2",
|
|
79
79
|
"puppeteer-extra": "^3.3.6",
|
|
80
80
|
"puppeteer-extra-plugin-stealth": "^2.11.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-blocker",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.16",
|
|
4
4
|
"description": "Advanced uBlock Origin management and stealth features for Brave Real Browser",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@types/adm-zip": "^0.5.5",
|
|
65
65
|
"@types/fs-extra": "^11.0.4",
|
|
66
66
|
"@types/node": "^20.0.0",
|
|
67
|
-
"brave-real-puppeteer-core": "^24.37.
|
|
67
|
+
"brave-real-puppeteer-core": "^24.37.2-brave.3",
|
|
68
68
|
"mocha": "^10.4.0",
|
|
69
69
|
"puppeteer-core": ">=24.0.0",
|
|
70
70
|
"sinon": "^17.0.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-launcher",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.15",
|
|
4
4
|
"description": "Launch Brave Browser with ease from node. Based on chrome-launcher with Brave-specific support.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"typescript": "^5.0.0"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"brave-real-blocker": "^1.17.
|
|
57
|
+
"brave-real-blocker": "^1.17.16",
|
|
58
58
|
"escape-string-regexp": "^5.0.0",
|
|
59
59
|
"is-wsl": "^3.1.0",
|
|
60
60
|
"which": "^6.0.0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-puppeteer-core",
|
|
3
|
-
"version": "24.37.
|
|
3
|
+
"version": "24.37.2-brave.3",
|
|
4
4
|
"description": "🦁 Brave Real-World Optimized Puppeteer & Playwright Core with 1-5ms ultra-fast timing, 50+ professional stealth features, intelligent browser auto-detection, and 100% bot detection bypass. Features cross-platform Brave browser integration, comprehensive anti-detection, and breakthrough performance improvements.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"automation",
|
|
@@ -134,13 +134,20 @@
|
|
|
134
134
|
"test-version": "node ./scripts/test-version-management.js"
|
|
135
135
|
},
|
|
136
136
|
"dependencies": {
|
|
137
|
-
"
|
|
137
|
+
"@puppeteer/browsers": "2.12.0",
|
|
138
|
+
"brave-real-launcher": "^1.23.15",
|
|
139
|
+
"chromium-bidi": "13.1.1",
|
|
140
|
+
"debug": "^4.4.3",
|
|
141
|
+
"devtools-protocol": "0.0.1566079",
|
|
138
142
|
"get-east-asian-width": "^1.4.0",
|
|
143
|
+
"typed-query-selector": "^2.12.0",
|
|
144
|
+
"webdriver-bidi-protocol": "0.4.0",
|
|
145
|
+
"ws": "^8.19.0",
|
|
139
146
|
"yargs": "^18.0.0"
|
|
140
147
|
},
|
|
141
148
|
"optionalDependencies": {
|
|
142
|
-
"playwright-core": "^1.58.
|
|
143
|
-
"puppeteer-core": "^24.37.
|
|
149
|
+
"playwright-core": "^1.58.2",
|
|
150
|
+
"puppeteer-core": "^24.37.2"
|
|
144
151
|
},
|
|
145
152
|
"devDependencies": {
|
|
146
153
|
"test": "^3.3.0"
|
|
@@ -148,7 +155,7 @@
|
|
|
148
155
|
"brave": {
|
|
149
156
|
"optimized": true,
|
|
150
157
|
"basedOn": {
|
|
151
|
-
"puppeteer-core": "24.
|
|
158
|
+
"puppeteer-core": "24.37.2"
|
|
152
159
|
},
|
|
153
160
|
"features": [
|
|
154
161
|
"stealth-injection",
|
|
@@ -157,6 +164,7 @@
|
|
|
157
164
|
"fingerprint-spoofing",
|
|
158
165
|
"ultra-fast-timing"
|
|
159
166
|
],
|
|
160
|
-
"versionScheme": "upstream-aligned"
|
|
167
|
+
"versionScheme": "upstream-aligned",
|
|
168
|
+
"patchedVersion": "24.37.2-brave.1"
|
|
161
169
|
}
|
|
162
170
|
}
|