mcp-camoufox 0.3.1 → 0.3.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ MCP server for **stealth browser automation** via [Camoufox](https://github.com/
16
16
  | redf0x1/camofox-mcp | 45 | Yes | No (clone) | Yes |
17
17
  | Sekinal/camoufox-mcp | 49 | Yes | No (clone) | Yes |
18
18
  | Playwright CLI | 60+ | No | Yes | Yes |
19
- | **mcp-camoufox** | **65** | **Yes** | **Yes** | **Yes** |
19
+ | **[mcp-camoufox](https://github.com/RobithYusuf/mcp-camoufox)** | **65** | **Yes** | **Yes** | **Yes** |
20
20
 
21
21
  ## Quick Start
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-camoufox",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "MCP server for stealth browser automation via Camoufox — 39 tools, Chrome DevTools MCP-level power with anti-bot stealth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",