brave-real-browser-mcp-server 2.14.12 → 2.14.13
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 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -386,13 +386,11 @@ npm install -g brave-real-browser-mcp-server@latest
|
|
|
386
386
|
|
|
387
387
|
## 🔧 Environment Variables
|
|
388
388
|
|
|
389
|
-
|
|
389
|
+
## 🔧 Environment Variables
|
|
390
|
+
|
|
391
|
+
You can configure the server using the local `.env` file directly.
|
|
390
392
|
|
|
391
|
-
|
|
392
|
-
```bash
|
|
393
|
-
cp .env.example .env
|
|
394
|
-
```
|
|
395
|
-
2. Edit `.env` to set your preferences:
|
|
393
|
+
Edit `.env` to set your preferences:
|
|
396
394
|
|
|
397
395
|
```bash
|
|
398
396
|
# Optional: Specify Brave browser path
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brave-real-browser-mcp-server",
|
|
3
|
-
"version": "2.14.
|
|
3
|
+
"version": "2.14.13",
|
|
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",
|