mcpbrowser 0.2.30 → 0.2.31
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/extension/package.json +1 -1
- package/package.json +1 -1
- package/server.json +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ Add to your `mcp.json`:
|
|
|
39
39
|
"type": "stdio",
|
|
40
40
|
"command": "npx",
|
|
41
41
|
"args": ["-y", "mcpbrowser@latest"],
|
|
42
|
-
"description": "
|
|
42
|
+
"description": "Web page fetching via browser for sites requiring authentication, anti-bot protection, or JavaScript rendering. Use when standard HTTP requests fail for: (1) auth-required pages (401/403, SSO, corporate intranets), (2) anti-bot verification (CAPTCHA, Cloudflare), (3) JavaScript-heavy sites (SPAs, dynamic content). Opens a browser where the user can authenticate, then automatically extracts content."
|
|
43
43
|
}
|
|
44
44
|
```
|
|
45
45
|
|
|
@@ -118,7 +118,7 @@ Add this entry to your `mcp.json` file under the `"servers"` section:
|
|
|
118
118
|
"type": "stdio",
|
|
119
119
|
"command": "node",
|
|
120
120
|
"args": ["<PATH_TO_MCPBROWSER>/src/mcp-browser.js"],
|
|
121
|
-
"description": "
|
|
121
|
+
"description": "Web page fetching via browser for sites requiring authentication, anti-bot protection, or JavaScript rendering. Use when standard HTTP requests fail for: (1) auth-required pages (401/403, SSO, corporate intranets), (2) anti-bot verification (CAPTCHA, Cloudflare), (3) JavaScript-heavy sites (SPAs, dynamic content). Opens a browser where the user can authenticate, then automatically extracts content."
|
|
122
122
|
}
|
|
123
123
|
```
|
|
124
124
|
|
package/extension/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "mcpbrowser",
|
|
3
3
|
"displayName": "MCP Browser",
|
|
4
4
|
"description": "Lightweight MCP server-extension for in-browser web page fetching - handles login, SSO, and anti-crawler restrictions. Should be used when standard fetch_webpage fails",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.31",
|
|
6
6
|
"publisher": "cherchyk",
|
|
7
7
|
"icon": "icon.png",
|
|
8
8
|
"engines": {
|
package/package.json
CHANGED