mcpbrowser 0.2.36 → 0.2.37

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
@@ -20,7 +20,7 @@ Or search "MCPBrowser" in VS Code Extensions view.
20
20
  **From GitHub Release:**
21
21
  Download from [GitHub Releases](https://github.com/cherchyk/MCPBrowser/releases):
22
22
  ```bash
23
- code --install-extension mcpbrowser-0.2.36.vsix
23
+ code --install-extension mcpbrowser-0.2.37.vsix
24
24
  ```
25
25
 
26
26
  The extension automatically:
@@ -31,7 +31,7 @@ The extension automatically:
31
31
  📦 [View on Marketplace](https://marketplace.visualstudio.com/items?itemName=cherchyk.mcpbrowser)
32
32
 
33
33
  ### Option 2: npm Package (Recommended for Manual Setup)
34
- Published on npm as [mcpbrowser](https://www.npmjs.com/package/mcpbrowser) v0.2.36.
34
+ Published on npm as [mcpbrowser](https://www.npmjs.com/package/mcpbrowser) v0.2.37.
35
35
 
36
36
  Add to your `mcp.json`:
37
37
  ```jsonc
@@ -48,7 +48,7 @@ Add to your `mcp.json`:
48
48
  - Mac/Linux: `~/.config/Code/User/mcp.json`
49
49
 
50
50
  ### Option 3: MCP Registry
51
- Available in the [MCP Registry](https://registry.modelcontextprotocol.io/) as `io.github.cherchyk/browser` v0.2.36.
51
+ Available in the [MCP Registry](https://registry.modelcontextprotocol.io/) as `io.github.cherchyk/browser` v0.2.37.
52
52
 
53
53
  Search for "browser" in the registry to find configuration instructions.
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcpbrowser",
3
- "version": "0.2.36",
3
+ "version": "0.2.37",
4
4
  "mcpName": "io.github.cherchyk/mcpbrowser",
5
5
  "type": "module",
6
6
  "description": "MCP server for in-browser web page fetching 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.36",
9
+ "version": "0.2.37",
10
10
  "packages": [
11
11
  {
12
12
  "registryType": "npm",