mcpbrowser 0.2.11 → 0.2.12

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
@@ -19,7 +19,7 @@ Or search "MCPBrowser" in VS Code Extensions view.
19
19
  **From GitHub Release:**
20
20
  Download from [GitHub Releases](https://github.com/cherchyk/MCPBrowser/releases):
21
21
  ```bash
22
- code --install-extension mcpbrowser-0.1.4.vsix
22
+ code --install-extension mcpbrowser-0.2.12.vsix
23
23
  ```
24
24
 
25
25
  The extension automatically:
@@ -30,7 +30,7 @@ The extension automatically:
30
30
  📦 [View on Marketplace](https://marketplace.visualstudio.com/items?itemName=cherchyk.mcpbrowser)
31
31
 
32
32
  ### Option 2: npm Package (Recommended for Manual Setup)
33
- Published on npm as [mcpbrowser](https://www.npmjs.com/package/mcpbrowser) v0.2.3.
33
+ Published on npm as [mcpbrowser](https://www.npmjs.com/package/mcpbrowser) v0.2.12.
34
34
 
35
35
  Add to your `mcp.json`:
36
36
  ```jsonc
@@ -47,7 +47,7 @@ Add to your `mcp.json`:
47
47
  - Mac/Linux: `~/.config/Code/User/mcp.json`
48
48
 
49
49
  ### Option 3: MCP Registry
50
- Available in the [MCP Registry](https://registry.modelcontextprotocol.io/) as `io.github.cherchyk/browser` v0.2.3.
50
+ Available in the [MCP Registry](https://registry.modelcontextprotocol.io/) as `io.github.cherchyk/browser` v0.2.12.
51
51
 
52
52
  Search for "browser" in the registry to find configuration instructions.
53
53
 
@@ -2,7 +2,7 @@
2
2
  "name": "mcpbrowser",
3
3
  "displayName": "MCP Browser",
4
4
  "description": "Extends Copilot's web access to protected pages - handles login, SSO, and anti-crawler restrictions",
5
- "version": "0.2.11",
5
+ "version": "0.2.12",
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.11",
2
+ "version": "0.2.12",
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",