brave-real-browser-mcp-server 2.2.1 → 2.3.0

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +11 -10
package/README.md CHANGED
@@ -112,6 +112,7 @@ assistants to control a real browser, extract content, and more.
112
112
 
113
113
  ## Features
114
114
 
115
+ - **🔄 Auto-Update System**: Automatically updates all dependencies to latest versions on every `npm install`
115
116
  - **Stealth by default**: All browser instances use anti-detection features
116
117
  - **Enhanced Windows support**: Comprehensive Chrome detection and ECONNREFUSED error fixes (v1.3.0)
117
118
  - **Smart Chrome detection**: Registry-based detection + 15+ installation paths (Windows)
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "brave-real-browser-mcp-server",
3
- "version": "2.2.1",
3
+ "version": "2.3.0",
4
4
  "description": "MCP server for brave-real-browser",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "scripts": {
8
+ "postinstall": "node scripts/update-to-latest.cjs || echo 'Auto-update skipped'",
8
9
  "clean": "rimraf dist",
9
10
  "clean:cache": "npm cache clean --force",
10
11
  "fix-cache-permissions": "echo 'Run: sudo chown -R $(whoami):$(id -gn) ~/.npm' && echo 'This fixes npm cache permission issues'",
@@ -32,25 +33,25 @@
32
33
  "test:performance": "node tests/performance/performance-tests.js",
33
34
  "test:debug": "node debug-server.js",
34
35
  "test:all": "npm run test:ci && npm run test:full && npm run test:performance",
35
- "test:dashboard": "node test-runner.js"
36
+ "test:dashboard": "node test-runner.js",
37
+ "test:brave:cjs": "node test-brave/cjs/test.cjs",
38
+ "test:brave:esm": "node test-brave/esm/test.js",
39
+ "test:brave": "npm run test:brave:cjs && npm run test:brave:esm"
36
40
  },
37
41
  "dependencies": {
38
- "@modelcontextprotocol/sdk": ">=1.0.0",
42
+ "@modelcontextprotocol/sdk": "^1.19.1",
39
43
  "@types/turndown": "^5.0.5",
40
44
  "brave-real-browser": "^1.5.102",
41
- "turndown": "^7.2.0"
42
- },
43
- "peerDependencies": {
44
- "@modelcontextprotocol/sdk": ">=1.0.0"
45
+ "turndown": "^7.2.1"
45
46
  },
46
47
  "devDependencies": {
47
48
  "@types/node": "latest",
48
- "@vitest/coverage-v8": "^2.1.8",
49
- "@vitest/ui": "^2.1.8",
49
+ "@vitest/coverage-v8": "^3.2.4",
50
+ "@vitest/ui": "^3.2.4",
50
51
  "rimraf": "^6.0.1",
51
52
  "tsx": "latest",
52
53
  "typescript": "^5.5.3",
53
- "vitest": "^2.1.8"
54
+ "vitest": "^3.2.4"
54
55
  },
55
56
  "keywords": [
56
57
  "mcp",