mcpbrowser 0.2.5 → 0.2.6
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/README.md +5 -6
- package/extension/package.json +3 -3
- package/package.json +1 -1
- package/server.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# MCP Browser (MCP fetch for protected web resources)
|
|
2
2
|
|
|
3
3
|
[](https://marketplace.visualstudio.com/items?itemName=cherchyk.mcpbrowser)
|
|
4
4
|
[](https://www.npmjs.com/package/mcpbrowser)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
**Extends GitHub Copilot's web access to protected pages** - handles login-protected pages, corporate SSO, and anti-crawler restrictions that normal fetching can't handle. Uses your Chrome/Edge browser session via DevTools Protocol.
|
|
8
8
|
|
|
9
9
|
## 🚀 Installation Options
|
|
10
10
|
|
package/extension/README.md
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
#
|
|
1
|
+
# MCP Browser
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**Extends GitHub Copilot's web access to protected pages** - handles login-protected pages, corporate SSO, and anti-crawler restrictions that normal fetching can't handle.
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
- 🚀 **One-Click Setup**: Installs npm package and configures mcp.json automatically
|
|
8
|
-
- 🔐 **
|
|
9
|
-
- 🤖 **
|
|
10
|
-
- ⚙️ **Auto-Configuration**: Complete setup with a single click
|
|
7
|
+
- 🚀 **One-Click Setup**: Installs npm package and configures mcp.json automatically - complete setup with a single click
|
|
8
|
+
- 🔐 **Authentication Support**: Opens pages in your Chrome/Edge browser - authenticate once, reuse sessions automatically
|
|
9
|
+
- 🤖 **Bypass Anti-Crawler**: Access sites that block automated tools
|
|
11
10
|
|
|
12
11
|
## How It Works
|
|
13
12
|
|
package/extension/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcpbrowser",
|
|
3
|
-
"displayName": "
|
|
4
|
-
"description": "
|
|
5
|
-
"version": "0.1.
|
|
3
|
+
"displayName": "MCP Browser",
|
|
4
|
+
"description": "Extends Copilot's web access to protected pages - handles login, SSO, and anti-crawler restrictions",
|
|
5
|
+
"version": "0.1.6",
|
|
6
6
|
"publisher": "cherchyk",
|
|
7
7
|
"icon": "icon.png",
|
|
8
8
|
"engines": {
|
package/package.json
CHANGED