brave-real-browser-mcp-server 2.1.6 → 2.2.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 (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brave-real-browser-mcp-server",
3
- "version": "2.1.6",
3
+ "version": "2.2.0",
4
4
  "description": "MCP server for brave-real-browser",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,7 +24,10 @@
24
24
  "rebuild": "npm run clean && npm run build",
25
25
  "start": "node dist/index.js",
26
26
  "dev": "tsx src/index.ts",
27
- "test": "echo '✅ No automated tests - Server is production-ready. Run: npm start' && exit 0"
27
+ "test": "echo '✅ Running MCP Integration Tests...' && node tests/brave-tests/mcp-integration-test.js",
28
+ "test:brave:esm": "node tests/brave-tests/esm/test.js",
29
+ "test:brave:cjs": "node tests/brave-tests/cjs/test.js",
30
+ "test:anti-detection": "npm run test:brave:esm"
28
31
  },
29
32
  "dependencies": {
30
33
  "@modelcontextprotocol/sdk": "^1.19.1",