@comfanion/workflow 4.36.34 → 4.36.35
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 +2 -2
- package/package.json +1 -1
- package/src/build-info.json +2 -2
package/bin/cli.js
CHANGED
|
@@ -265,7 +265,7 @@ program
|
|
|
265
265
|
{ name: 'sequential-thinking - Enhanced reasoning (recommended)', value: 'sequential-thinking', checked: true },
|
|
266
266
|
{ name: 'chrome-devtools - Chrome debugging, DOM, network', value: 'chrome-devtools', checked: false },
|
|
267
267
|
{ name: 'playwright - Browser automation and testing', value: 'playwright', checked: false },
|
|
268
|
-
{ name: 'figma - Figma design files
|
|
268
|
+
{ name: 'figma - Figma design files', value: 'figma', checked: false },
|
|
269
269
|
{ name: 'grep - Search code examples from GitHub', value: 'grep', checked: false },
|
|
270
270
|
{ name: 'github - GitHub repos, issues, PRs', value: 'github', checked: false },
|
|
271
271
|
{ name: 'sentry - Query Sentry issues (OAuth)', value: 'sentry', checked: false },
|
|
@@ -1310,7 +1310,7 @@ const MCP_CATALOG = {
|
|
|
1310
1310
|
requires_env: ['FIGMA_ACCESS_TOKEN'],
|
|
1311
1311
|
recommended: false
|
|
1312
1312
|
},
|
|
1313
|
-
'github': {
|
|
1313
|
+
'github': {
|
|
1314
1314
|
name: 'GitHub',
|
|
1315
1315
|
description: 'GitHub repos, issues, PRs',
|
|
1316
1316
|
type: 'local',
|
package/package.json
CHANGED
package/src/build-info.json
CHANGED