brave-real-browser-mcp-server 2.15.1 → 2.15.2

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 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brave-real-browser-mcp-server",
3
- "version": "2.15.1",
3
+ "version": "2.15.2",
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",
@@ -10,7 +10,7 @@
10
10
  "clean": "rimraf dist",
11
11
  "clean:cache": "npm cache clean --force",
12
12
  "fix-cache-permissions": "echo 'Run: sudo chown -R $(whoami):$(id -gn) ~/.npm' && echo 'This fixes npm cache permission issues'",
13
- "clean:modules": "rm -rf node_modules",
13
+ "clean:modules": "rimraf node_modules",
14
14
  "clean:all": "npm run clean:modules && npm run clean:cache && npm run clean",
15
15
  "fresh-install": "npm run clean:all && npm install",
16
16
  "fresh-start": "npm run fresh-install && npm run build && npm start",