comfyui-mcp 0.48.1 → 0.48.2
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.
|
@@ -34,7 +34,7 @@ export const OPENAI_KEY_PROVIDERS = [
|
|
|
34
34
|
slotHelp: "Z.AI Coding Plan (GLM / Zhipu)",
|
|
35
35
|
envKeys: ["GLM_API_KEY", "ZHIPU_API_KEY", "ZHIPUAI_API_KEY", "ZAI_API_KEY"],
|
|
36
36
|
modelEnv: "COMFYUI_MCP_GLM_MODEL",
|
|
37
|
-
defaultModel: process.env.COMFYUI_MCP_GLM_MODEL?.trim() || "glm-
|
|
37
|
+
defaultModel: process.env.COMFYUI_MCP_GLM_MODEL?.trim() || "glm-5.2",
|
|
38
38
|
ackFallbackLabel: "GLM",
|
|
39
39
|
readyMessage: (agentLabel) => `🟢 comfyui-mcp agent ready — ${agentLabel} on your Z.AI GLM Coding Plan. Ask away.`,
|
|
40
40
|
degradedMessage: "⚠️ The background agent isn't responding — GLM Code API couldn't start. Set ZAI_API_KEY (Z.AI Coding Plan), then Disconnect → Connect to retry.",
|
|
@@ -88,7 +88,7 @@ export function openAiKeyProviderModel(p) {
|
|
|
88
88
|
* One-line "which model am I on, and how do I change it?" hint for the panel's
|
|
89
89
|
* API Keys card.
|
|
90
90
|
*
|
|
91
|
-
* These providers ship a pinned default (glm-
|
|
91
|
+
* These providers ship a pinned default (glm-5.2, kimi-for-coding, kimi-k3) and
|
|
92
92
|
* a `modelEnv` override, but NOTHING in the UI ever said the override existed —
|
|
93
93
|
* so a user on a newer model (e.g. GLM 5.2) had no way to discover they could
|
|
94
94
|
* point at it without reading the source. Generated from the registry rather
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "comfyui-mcp",
|
|
3
|
-
"version": "0.48.
|
|
3
|
+
"version": "0.48.2",
|
|
4
4
|
"mcpName": "io.github.artokun/comfyui-mcp",
|
|
5
5
|
"description": "Local-first, agent-native control plane for ComfyUI — MCP server + autonomous sidebar agent that drives your live graph in natural language on ANY LLM: Claude/ChatGPT/Gemini on your subscription (no API key), free local models via Ollama (fully offline), or any hosted model via an OpenAI-compatible endpoint (DeepSeek, GLM, MiMo, OpenRouter). Generate images, video & audio, author and run workflows, manage models and custom nodes; a compact tool-router mode keeps even 4B models effective, and a built-in LLM Arena benchmarks them on real ComfyUI tasks. Also a Claude Code plugin with skills, slash commands, and installer packs. Local, LAN, VPS, or Comfy Cloud.",
|
|
6
6
|
"homepage": "https://comfyui-mcp.artokun.io/docs",
|