docs: fix slash-command claim and add /comfy /cloud FAQ in Cloud MCP page#1186
Conversation
… MCP The 'without the plugin' accordion wrongly said the direct-connection path has no slash commands. The deployed MCP server exposes prompts that surface as /mcp__comfy-cloud__<name> commands, so document that form and add an FAQ entry for users who type /comfy or /cloud and see nothing.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
🌐 i18n translation sync reminder@comfyui-wiki English documentation was updated in this PR. Please complete or schedule translation updates for the following files: Japanese (
|
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughUpdated the Comfy Cloud MCP docs across languages, including metadata and wording, direct ChangesComfy Cloud MCP docs localization and command guidance
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
|
@mattmillerai, is the English version good to merge now? I can help run the translation script. I haven't fully made it work on github |
Refined the descriptions in Japanese, Korean, and Chinese versions for consistency and clarity. Added colons in place of dashes for better readability in various sections. Updated translation source hash to reflect recent changes.
ELI-5
The Cloud MCP docs told people who connect without the plugin that they get "no slash commands." That's wrong — connecting directly still gives you slash commands, just in the longer raw form like
/mcp__comfy-cloud__generate-image. This PR fixes that line and adds an FAQ for the common mistake of typing/comfyor/cloud(neither exists) so users know the two real command prefixes and that they can also just ask in plain language.What changed
agent-tools/cloud.mdx(English source of truth):/mcp__comfy-cloud__<name>commands (with examples), noting the plugin is recommended because it wraps them as the friendlier/comfy-cloud:*form./comfyor/cloud, lists both real prefixes (plugin/comfy-cloud:and direct/mcp__comfy-cloud__), and points to the plain-language fallback.Why
The previous "no slash commands" wording misled a reporter: the deployed MCP server already exposes prompts on the HTTP transport, and Claude Code surfaces those as
/mcp__<configname>__<prompt>slash commands when the server is added viaclaude mcp add.Verification
mint broken-links→ success, no broken links found.Judgment call — i18n (English only)
The
zh/,ja/,ko/copies of this page are machine-maintained: each stores atranslationSourceHashof the English source, andnpm run translatefully re-translates a page whenever that hash changes (README: "English MDX at the repo root is the source of truth … contributors do not need to hand-translate every page"). Editing this English file changes the hash, so the translated pages are now flagged stale and will be regenerated by the translation pipeline — hand-edits here would just be overwritten. The i18n-sync-check bot will post its reminder on this PR. No translated MDX is included by design.