@dynamicu/chromedebug-mcp 2.5.11 → 2.5.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -55,6 +55,14 @@ ChromeDebug PRO adds advanced features including:
55
55
  - **Unlimited recordings** - No daily recording limits
56
56
  - Priority support and updates
57
57
 
58
+ ### 🎥 PRO Installation Video
59
+
60
+ Watch the step-by-step installation guide:
61
+
62
+ [![ChromeDebug PRO Installation Guide](https://img.youtube.com/vi/0kGtv8rr1IA/0.jpg)](https://youtu.be/0kGtv8rr1IA?si=YmJuOJRtYGdAFuMQ)
63
+
64
+ **[▶️ Watch PRO Installation Guide](https://youtu.be/0kGtv8rr1IA?si=YmJuOJRtYGdAFuMQ)**
65
+
58
66
  ### Installation Steps
59
67
 
60
68
  After purchasing ChromeDebug PRO from [LemonSqueezy](https://chromedebug.com/buy/996773cb-682b-430f-b9e3-9ce2130bd967):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamicu/chromedebug-mcp",
3
- "version": "2.5.11",
3
+ "version": "2.5.12",
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",