@fre4x/comfyui 1.0.60 → 1.0.61
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/dist/index.js +663 -1363
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fre4x/comfyui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.61",
|
|
4
4
|
"description": "MCP server for ComfyUI. Execute workflows and probe server state remotely.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"test": "vitest run --exclude dist",
|
|
19
19
|
"test:watch": "vitest",
|
|
20
20
|
"test:e2e": "cross-env COMFYUI_E2E=true vitest run src/e2e.test.ts",
|
|
21
|
-
"inspector": "node ../scripts/run-official-inspector.mjs node dist/index.js"
|
|
21
|
+
"inspector": "npm run build && node ../scripts/run-official-inspector.mjs node dist/index.js"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@modelcontextprotocol/sdk": "^1.27.1",
|