@dynamicu/chromedebug-mcp 2.5.10 → 2.5.11

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -59,12 +59,12 @@ ChromeDebug PRO adds advanced features including:
59
59
 
60
60
  After purchasing ChromeDebug PRO from [LemonSqueezy](https://chromedebug.com/buy/996773cb-682b-430f-b9e3-9ce2130bd967):
61
61
 
62
- 1. **Download your PRO extension** from the purchase confirmation email (you'll receive a ZIP file named `chromedebug-pro-extension.zip`)
62
+ 1. **Download your PRO extension** from the purchase confirmation email (you'll receive a ZIP file named `chromedebug-extension-pro.zip`)
63
63
  2. **Run the installer**:
64
64
  ```bash
65
65
  chromedebug-mcp install-pro \
66
66
  --license YOUR_LICENSE_KEY \
67
- --extension-path ~/Downloads/chromedebug-pro-extension.zip
67
+ --extension-path ~/Downloads/chromedebug-extension-pro.zip
68
68
  ```
69
69
  3. **Restart your terminal** to load the new environment variable
70
70
  4. **Launch Chrome** - PRO features are now active!
@@ -117,8 +117,8 @@ When you launch Chrome with `chromedebug-mcp`, you should see:
117
117
 
118
118
  **Extension ZIP file not found:**
119
119
  - Verify the path to your downloaded ZIP file is correct
120
- - Use `~` for home directory: `~/Downloads/chromedebug-pro-extension.zip`
121
- - Check file permissions: `ls -la ~/Downloads/chromedebug-pro-extension.zip`
120
+ - Use `~` for home directory: `~/Downloads/chromedebug-extension-pro.zip`
121
+ - Check file permissions: `ls -la ~/Downloads/chromedebug-extension-pro.zip`
122
122
 
123
123
  **Need help?**
124
124
  - Check installation log: `~/.chromedebug-pro/install.log`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamicu/chromedebug-mcp",
3
- "version": "2.5.10",
3
+ "version": "2.5.11",
4
4
  "description": "ChromeDebug MCP - MCP server that provides full control over a Chrome browser instance for debugging and automation with AI assistants like Claude Code",
5
5
  "main": "src/index.js",
6
6
  "type": "module",