mcpbrowser 0.2.5 → 0.2.7

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 CHANGED
@@ -1,10 +1,10 @@
1
- # MCPBrowser (MCP fetch tool with authenticated Chrome)
1
+ # MCP Browser (MCP fetch for protected web resources)
2
2
 
3
3
  [![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/cherchyk.mcpbrowser.svg)](https://marketplace.visualstudio.com/items?itemName=cherchyk.mcpbrowser)
4
4
  [![npm version](https://img.shields.io/npm/v/mcpbrowser.svg)](https://www.npmjs.com/package/mcpbrowser)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
6
 
7
- Alternative web fetcher for GitHub Copilot when normal URL access fails due to authentication or anti-crawler restrictions. Uses your Chrome/Edge browser session via DevTools Protocol to bypass login requirements and bot detection.
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
 
@@ -1,13 +1,12 @@
1
- # MCPBrowser
1
+ # MCP Browser
2
2
 
3
- Alternative web fetcher for GitHub Copilot when normal URL access fails due to authentication or anti-crawler restrictions.
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
- - 🔐 **Bypass Authentication**: Opens pages in your Chrome/Edge browser - you authenticate if needed, MCPBrowser waits and fetches the final page content
9
- - 🤖 **Beat Anti-Crawler**: Works when sites block Copilot's normal fetching
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
 
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "mcpbrowser",
3
- "displayName": "MCPBrowser",
4
- "description": "Alternative web fetcher for Copilot when auth/crawler blocks prevent normal access. Installs and configures MCPBrowser",
5
- "version": "0.1.4",
3
+ "displayName": "MCP Browser",
4
+ "description": "Extends Copilot's web access to protected pages - handles login, SSO, and anti-crawler restrictions",
5
+ "version": "0.2.7",
6
6
  "publisher": "cherchyk",
7
7
  "icon": "icon.png",
8
8
  "engines": {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  { "name": "mcpbrowser",
2
- "version": "0.2.5",
2
+ "version": "0.2.7",
3
3
  "mcpName": "io.github.cherchyk/browser",
4
4
  "type": "module",
5
5
  "description": "MCP server that loads authenticated web pages using Chrome DevTools Protocol",
package/server.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "url": "https://github.com/cherchyk/MCPBrowser",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.2.5",
9
+ "version": "0.2.7",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",