brave-real-browser-mcp-server 2.1.3 → 2.1.5

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 (1) hide show
  1. package/package.json +2 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brave-real-browser-mcp-server",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "description": "MCP server for brave-real-browser",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,24 +23,7 @@
23
23
  "build": "tsc",
24
24
  "rebuild": "npm run clean && npm run build",
25
25
  "start": "node dist/index.js",
26
- "dev": "tsx src/index.ts",
27
- "test": "vitest",
28
- "test:watch": "vitest --watch",
29
- "test:ui": "vitest --ui",
30
- "test:coverage": "vitest --coverage",
31
- "test:ci": "vitest run --coverage",
32
- "test:unit": "vitest run src",
33
- "test:integration": "vitest run test/integration",
34
- "test:e2e": "vitest run --config vitest.e2e.config.ts",
35
- "test:e2e:watch": "vitest --config vitest.e2e.config.ts",
36
- "test:chrome:cleanup": "pkill -f 'Google Chrome' || true",
37
- "test:full": "cd tests/mcp-testing && npm test",
38
- "test:performance": "node tests/performance/performance-tests.js",
39
- "test:debug": "node debug-server.js",
40
- "test:all": "npm run test:ci && npm run test:full && npm run test:performance",
41
- "test:dashboard": "node test-runner.js",
42
- "test:nopecha": "node test.cjs",
43
- "test:comprehensive": "node test.cjs"
26
+ "dev": "tsx src/index.ts"
44
27
  },
45
28
  "dependencies": {
46
29
  "@modelcontextprotocol/sdk": "^1.19.1",