@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfanion/workflow",
3
- "version": "4.36.30",
3
+ "version": "4.36.31",
4
4
  "description": "Initialize OpenCode Workflow system for AI-assisted development with semantic code search",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.36.30",
3
- "buildDate": "2026-01-24T20:58:37.569Z",
2
+ "version": "4.36.31",
3
+ "buildDate": "2026-01-24T21:00:42.959Z",
4
4
  "files": [
5
5
  "config.yaml",
6
6
  "FLOW.yaml",
@@ -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"