mcpbrowser 0.3.22 → 0.3.24
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -103,9 +103,9 @@ Now OpenClaw can browse authenticated pages, fill forms, and interact with web a
|
|
|
103
103
|
|
|
104
104
|
### Option 4: Claude Desktop
|
|
105
105
|
|
|
106
|
-
Add to your config file:
|
|
106
|
+
Add to your config file (create it if it doesn't exist):
|
|
107
107
|
|
|
108
|
-
**Windows:** `%APPDATA%\Claude\claude_desktop_config.json`
|
|
108
|
+
**Windows:** `%APPDATA%\Claude\claude_desktop_config.json` (e.g., `C:\Users\<username>\AppData\Roaming\Claude\claude_desktop_config.json`)
|
|
109
109
|
**Mac:** `~/Library/Application Support/Claude/claude_desktop_config.json`
|
|
110
110
|
|
|
111
111
|
```json
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcpbrowser",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.24",
|
|
4
4
|
"mcpName": "io.github.cherchyk/mcpbrowser",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "MCP browser server - fetch web pages using real Chrome/Edge/Brave browser. Handles authentication, SSO, CAPTCHAs, and anti-bot protection. Browser automation for AI assistants.",
|