comfyui-mcp 0.52.103 → 0.52.104

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.
@@ -18,6 +18,7 @@
18
18
  * is the same defect class as naming a check that cannot answer: it reads as
19
19
  * actionable and is not.
20
20
  */
21
+ const PACKAGE_NAME = "comfyui-mcp";
21
22
  /**
22
23
  * The npx-mode note. `latest` is the version the registry advertises.
23
24
  *
@@ -41,6 +42,8 @@ export function npxUpdateNote(latest) {
41
42
  `from here. If you did restart this process and meant to be on the latest, ` +
42
43
  `relaunch once with an explicit comfyui-mcp@latest: that overrides both a pin ` +
43
44
  `and a cached copy, which is what makes it the check worth running (note that ` +
44
- `npm cache clean does NOT clear npx's execution cache — a different cache).`);
45
+ `npm cache clean does NOT clear npx's execution cache — a different cache).` +
46
+ ` To escape @latest re-resolution churn, pin a global install instead: ` +
47
+ `npm i -g ${PACKAGE_NAME}@${latest}, then run ${PACKAGE_NAME} connect.`);
45
48
  }
46
49
  //# sourceMappingURL=npx-restart-scope.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"npx-restart-scope.js","sourceRoot":"","sources":["../../src/services/npx-restart-scope.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH;;;;;;;GAOG;AACH,MAAM,UAAU,aAAa,CAAC,MAAc;IAC1C,OAAO,CACL,GAAG,MAAM,qEAAqE;QAC9E,6EAA6E;QAC7E,4EAA4E;QAC5E,+EAA+E;QAC/E,8EAA8E;QAC9E,gFAAgF;QAChF,+EAA+E;QAC/E,iFAAiF;QACjF,8EAA8E;QAC9E,6EAA6E;QAC7E,kFAAkF;QAClF,4EAA4E;QAC5E,+EAA+E;QAC/E,+EAA+E;QAC/E,4EAA4E,CAC7E,CAAC;AACJ,CAAC"}
1
+ {"version":3,"file":"npx-restart-scope.js","sourceRoot":"","sources":["../../src/services/npx-restart-scope.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,MAAM,YAAY,GAAG,aAAa,CAAC;AAEnC;;;;;;;GAOG;AACH,MAAM,UAAU,aAAa,CAAC,MAAc;IAC1C,OAAO,CACL,GAAG,MAAM,qEAAqE;QAC9E,6EAA6E;QAC7E,4EAA4E;QAC5E,+EAA+E;QAC/E,8EAA8E;QAC9E,gFAAgF;QAChF,+EAA+E;QAC/E,iFAAiF;QACjF,8EAA8E;QAC9E,6EAA6E;QAC7E,kFAAkF;QAChF,4EAA4E;QAC5E,+EAA+E;QAC/E,+EAA+E;QAC/E,4EAA4E;QAC5E,wEAAwE;QACxE,YAAY,YAAY,IAAI,MAAM,cAAc,YAAY,WAAW,CAC1E,CAAC;AACJ,CAAC"}