brave-real-browser-mcp-server 2.17.4 → 2.17.6
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/README.md +4 -4
- package/dist/tool-definitions.js +8 -8
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|

|
|
8
8
|

|
|
9
|
-

|
|
10
10
|

|
|
11
11
|

|
|
12
12
|
|
|
13
|
-
**सभी AI IDEs के लिए Universal MCP Server |
|
|
13
|
+
**सभी AI IDEs के लिए Universal MCP Server | 49 Tools | Browser Automation | Web Scraping | CAPTCHA Solving**
|
|
14
14
|
|
|
15
|
-
[Installation](#-installation) | [Quick Start](#-quick-start) | [Features](#-key-features) | [Tools](#-available-tools-
|
|
15
|
+
[Installation](#-installation) | [Quick Start](#-quick-start) | [Features](#-key-features) | [Tools](#-available-tools-49) | [IDE Configurations](#-ide-configurations)
|
|
16
16
|
|
|
17
17
|
</div>
|
|
18
18
|
|
|
@@ -43,7 +43,7 @@ npx brave-real-browser-mcp-server@latest
|
|
|
43
43
|
|
|
44
44
|
---
|
|
45
45
|
|
|
46
|
-
## 🛠️ Available Tools (
|
|
46
|
+
## 🛠️ Available Tools (49)
|
|
47
47
|
|
|
48
48
|
### 🌐 Core Browser & Navigation (7 tools)
|
|
49
49
|
| Tool | Description |
|
package/dist/tool-definitions.js
CHANGED
|
@@ -95,6 +95,14 @@ export const TOOLS = [
|
|
|
95
95
|
},
|
|
96
96
|
},
|
|
97
97
|
},
|
|
98
|
+
{
|
|
99
|
+
name: 'browser_close',
|
|
100
|
+
description: 'Close the browser instance',
|
|
101
|
+
inputSchema: {
|
|
102
|
+
type: 'object',
|
|
103
|
+
properties: {},
|
|
104
|
+
},
|
|
105
|
+
},
|
|
98
106
|
{
|
|
99
107
|
name: 'navigate',
|
|
100
108
|
description: 'Navigate to a URL',
|
|
@@ -227,14 +235,6 @@ export const TOOLS = [
|
|
|
227
235
|
required: ['type', 'value'],
|
|
228
236
|
},
|
|
229
237
|
},
|
|
230
|
-
{
|
|
231
|
-
name: 'browser_close',
|
|
232
|
-
description: 'Close the browser instance',
|
|
233
|
-
inputSchema: {
|
|
234
|
-
type: 'object',
|
|
235
|
-
properties: {},
|
|
236
|
-
},
|
|
237
|
-
},
|
|
238
238
|
{
|
|
239
239
|
name: 'solve_captcha',
|
|
240
240
|
description: 'Attempt to solve CAPTCHAs (if supported)',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-browser-mcp-server",
|
|
3
|
-
"version": "2.17.
|
|
3
|
+
"version": "2.17.6",
|
|
4
4
|
"description": "Universal AI IDE MCP Server - Auto-detects and supports all AI IDEs (Claude Desktop, Cursor, Windsurf, Cline, Zed, VSCode, Qoder AI, etc.) with Brave browser automation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -36,27 +36,27 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@modelcontextprotocol/sdk": "^1.25.1",
|
|
38
38
|
"@types/turndown": "^5.0.6",
|
|
39
|
-
"ajv": "^8.
|
|
40
|
-
"axios": "^1.
|
|
39
|
+
"ajv": "^8.17.1",
|
|
40
|
+
"axios": "^1.13.2",
|
|
41
41
|
"brave-real-browser": "^1.5.105",
|
|
42
|
-
"brave-real-launcher": "^1.2.
|
|
42
|
+
"brave-real-launcher": "^1.2.31",
|
|
43
43
|
"brave-real-puppeteer-core": "^24.33.0-patch.1",
|
|
44
|
-
"compromise": "^14.
|
|
44
|
+
"compromise": "^14.14.5",
|
|
45
45
|
"dotenv": "^17.2.3",
|
|
46
|
-
"pixelmatch": "^
|
|
46
|
+
"pixelmatch": "^7.1.0",
|
|
47
47
|
"pngjs": "^7.0.0",
|
|
48
48
|
"puppeteer-screen-recorder": "^3.0.6",
|
|
49
|
-
"tesseract.js": "^
|
|
49
|
+
"tesseract.js": "^7.0.0",
|
|
50
50
|
"turndown": "^7.2.2"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/node": "latest",
|
|
54
|
-
"@vitest/coverage-v8": "^
|
|
55
|
-
"@vitest/ui": "^
|
|
54
|
+
"@vitest/coverage-v8": "^4.0.16",
|
|
55
|
+
"@vitest/ui": "^4.0.16",
|
|
56
56
|
"rimraf": "^6.1.2",
|
|
57
57
|
"tsx": "latest",
|
|
58
|
-
"typescript": "^5.
|
|
59
|
-
"vitest": "^
|
|
58
|
+
"typescript": "^5.9.3",
|
|
59
|
+
"vitest": "^4.0.16"
|
|
60
60
|
},
|
|
61
61
|
"keywords": [
|
|
62
62
|
"mcp",
|