@comfanion/workflow 4.36.30 → 4.36.31
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/bin/cli.js +7 -0
- package/package.json +1 -1
- package/src/build-info.json +2 -2
- package/src/opencode/mcp/catalog.yaml +9 -0
package/bin/cli.js
CHANGED
|
@@ -1291,6 +1291,13 @@ const MCP_CATALOG = {
|
|
|
1291
1291
|
command: ['npx', '-y', '@anthropic/mcp-playwright'],
|
|
1292
1292
|
recommended: false
|
|
1293
1293
|
},
|
|
1294
|
+
'chrome-devtools': {
|
|
1295
|
+
name: 'Chrome DevTools',
|
|
1296
|
+
description: 'Chrome debugging, DOM, network, console',
|
|
1297
|
+
type: 'local',
|
|
1298
|
+
command: ['npx', '-y', 'chrome-devtools-mcp@latest'],
|
|
1299
|
+
recommended: false
|
|
1300
|
+
},
|
|
1294
1301
|
'github': {
|
|
1295
1302
|
name: 'GitHub',
|
|
1296
1303
|
description: 'GitHub repos, issues, PRs',
|
package/package.json
CHANGED
package/src/build-info.json
CHANGED
|
@@ -70,6 +70,15 @@ servers:
|
|
|
70
70
|
command: ["npx", "-y", "@anthropic/mcp-playwright"]
|
|
71
71
|
tags: [browser, testing, automation, scraping]
|
|
72
72
|
|
|
73
|
+
chrome-devtools:
|
|
74
|
+
name: "Chrome DevTools"
|
|
75
|
+
description: "Chrome debugging, DOM inspection, network, console"
|
|
76
|
+
category: browser
|
|
77
|
+
recommended: false
|
|
78
|
+
type: local
|
|
79
|
+
command: ["npx", "-y", "chrome-devtools-mcp@latest"]
|
|
80
|
+
tags: [chrome, debugging, devtools, dom]
|
|
81
|
+
|
|
73
82
|
puppeteer:
|
|
74
83
|
name: "Puppeteer"
|
|
75
84
|
description: "Headless Chrome automation"
|