@dynamicu/chromedebug-mcp 2.2.1 → 2.2.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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -21,8 +21,8 @@ npm install @dynamicu/chromedebug-mcp
|
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
23
|
# Clone and install from source
|
|
24
|
-
git clone https://github.com/dynamicupgrade/
|
|
25
|
-
cd
|
|
24
|
+
git clone https://github.com/dynamicupgrade/ChromeDebug.git
|
|
25
|
+
cd ChromeDebug
|
|
26
26
|
npm install
|
|
27
27
|
```
|
|
28
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamicu/chromedebug-mcp",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
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",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
},
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
|
-
"url": "git+https://github.com/dynamicupgrade/
|
|
15
|
+
"url": "git+https://github.com/dynamicupgrade/ChromeDebug.git"
|
|
16
16
|
},
|
|
17
17
|
"bugs": {
|
|
18
|
-
"url": "https://github.com/dynamicupgrade/
|
|
18
|
+
"url": "https://github.com/dynamicupgrade/ChromeDebug/issues"
|
|
19
19
|
},
|
|
20
|
-
"homepage": "https://github.com/dynamicupgrade/
|
|
20
|
+
"homepage": "https://github.com/dynamicupgrade/ChromeDebug#readme",
|
|
21
21
|
"scripts": {
|
|
22
22
|
"cleanup": "node scripts/cleanup-processes.js",
|
|
23
23
|
"cleanup-force": "node scripts/cleanup-processes.js --force",
|