docs: rename to /agent-tools/mcp and /agent-tools/cli#1261
Conversation
Rename agent-tools/cloud → /mcp and agent-tools/comfy-cli → /cli (all locales), update nav and internal links, and redirect old paths plus the prior /development/cloud/mcp-server aliases.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
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 (33)
📝 WalkthroughWalkthroughUpdated English and localized documentation navigation, cross-links, translation metadata, and redirects to use canonical ChangesMCP and CLI route migration
Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Correct the rename to keep pages under agent-tools (not top-level /mcp or /cli). Redirect old /agent-tools/cloud and /agent-tools/comfy-cli paths, plus the mistaken short URLs from the prior commit.
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@agent-tools/local.mdx`:
- Line 12: In agent-tools/local.mdx, simplify the sentence at lines 12-12 by
replacing the em dash with a period and splitting the stacked clauses into
shorter sentences. At lines 153-155, replace each em dash with a colon; no other
changes are needed.
In `@agent-tools/partner-mcp.mdx`:
- Line 134: Update the Comfy Cloud MCP documentation entry by replacing the em
dash after the link with a colon or a separate sentence, preserving the existing
meaning and link.
In `@ja/agent-tools/local.mdx`:
- Line 22: Remove em-dash punctuation from the edited prose: in
ja/agent-tools/local.mdx lines 22-22, replace the dash after 「ローカル MCP サーバー」
with direct sentence punctuation; in ja/agent-tools/partner-mcp.mdx lines
147-147, replace the dash after the link with a comma, colon, or separate
sentence; and in zh/mcp.mdx lines 496-496, replace `——` before the Comfy CLI
link with direct punctuation.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro Plus
Run ID: 9f75f762-6a71-4567-8668-0199da6ea8f4
📒 Files selected for processing (33)
agent-tools/index.mdxagent-tools/local.mdxagent-tools/partner-mcp.mdxcli.mdxdevelopment/overview.mdxdocs.jsonindex.mdxja/agent-tools/index.mdxja/agent-tools/local.mdxja/agent-tools/partner-mcp.mdxja/cli.mdxja/development/overview.mdxja/index.mdxja/mcp.mdxko/agent-tools/index.mdxko/agent-tools/local.mdxko/agent-tools/partner-mcp.mdxko/cli.mdxko/development/overview.mdxko/index.mdxko/mcp.mdxmcp.mdxsnippets/comfy-cli/agent-skills.mdxsnippets/ja/comfy-cli/agent-skills.mdxsnippets/ko/comfy-cli/agent-skills.mdxsnippets/zh/comfy-cli/agent-skills.mdxzh/agent-tools/index.mdxzh/agent-tools/local.mdxzh/agent-tools/partner-mcp.mdxzh/cli.mdxzh/development/overview.mdxzh/index.mdxzh/mcp.mdx
| </Warning> | ||
|
|
||
| [**comfy-local-mcp**](https://github.com/Comfy-Org/comfy-local-mcp) is Comfy's **first-party local MCP server** — the official way to drive a **local** ComfyUI install from AI agents (Claude Code, Claude Desktop, Cursor, and other MCP clients). It is a thin wrapper over [comfy-cli](https://github.com/Comfy-Org/comfy-cli): each tool shells out to the `comfy` command, so `comfy-cli` is the engine and there is no code shared with the [Comfy Cloud MCP](/agent-tools/cloud). | ||
| [**comfy-local-mcp**](https://github.com/Comfy-Org/comfy-local-mcp) is Comfy's **first-party local MCP server** — the official way to drive a **local** ComfyUI install from AI agents (Claude Code, Claude Desktop, Cursor, and other MCP clients). It is a thin wrapper over [comfy-cli](https://github.com/Comfy-Org/comfy-cli): each tool shells out to the `comfy` command, so `comfy-cli` is the engine and there is no code shared with the [Comfy Cloud MCP](/mcp). |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Remove em dashes and simplify sentence structures.
As per coding guidelines, English documentation must avoid em dashes (—) and prefer short, direct sentences over stacked clauses. These tricky little lines gave me quite a fright, so let's split them up and make them right!
agent-tools/local.mdx#L12-L12: replace the em dash with a period and split the stacked clauses into shorter sentences.agent-tools/local.mdx#L153-L155: replace the em dashes with colons.
✨ Proposed fixes
agent-tools/local.mdx#L12-L12
-[**comfy-local-mcp**](https://github.com/Comfy-Org/comfy-local-mcp) is Comfy's **first-party local MCP server** — the official way to drive a **local** ComfyUI install from AI agents (Claude Code, Claude Desktop, Cursor, and other MCP clients). It is a thin wrapper over [comfy-cli](https://github.com/Comfy-Org/comfy-cli): each tool shells out to the `comfy` command, so `comfy-cli` is the engine and there is no code shared with the [Comfy Cloud MCP](/mcp).
+[**comfy-local-mcp**](https://github.com/Comfy-Org/comfy-local-mcp) is Comfy's **first-party local MCP server**. It is the official way to drive a **local** ComfyUI install from AI agents (Claude Code, Claude Desktop, Cursor, and other MCP clients). It is a thin wrapper over [comfy-cli](https://github.com/Comfy-Org/comfy-cli). Each tool shells out to the `comfy` command, making `comfy-cli` the engine. There is no code shared with the [Comfy Cloud MCP](/mcp).agent-tools/local.mdx#L153-L155
-- [Comfy Cloud MCP](/mcp) — hosted MCP server, no local install or GPU needed
-- [Comfy Partner MCP](/agent-tools/partner-mcp) — local server for 30+ partner providers via the Comfy API
-- [Comfy CLI](/cli) — drive local ComfyUI and partner generation from the terminal
+- [Comfy Cloud MCP](/mcp): hosted MCP server, no local install or GPU needed
+- [Comfy Partner MCP](/agent-tools/partner-mcp): local server for 30+ partner providers via the Comfy API
+- [Comfy CLI](/cli): drive local ComfyUI and partner generation from the terminal📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| [**comfy-local-mcp**](https://github.com/Comfy-Org/comfy-local-mcp) is Comfy's **first-party local MCP server** — the official way to drive a **local** ComfyUI install from AI agents (Claude Code, Claude Desktop, Cursor, and other MCP clients). It is a thin wrapper over [comfy-cli](https://github.com/Comfy-Org/comfy-cli): each tool shells out to the `comfy` command, so `comfy-cli` is the engine and there is no code shared with the [Comfy Cloud MCP](/mcp). | |
| [**comfy-local-mcp**](https://github.com/Comfy-Org/comfy-local-mcp) is Comfy's **first-party local MCP server**. It is the official way to drive a **local** ComfyUI install from AI agents (Claude Code, Claude Desktop, Cursor, and other MCP clients). It is a thin wrapper over [comfy-cli](https://github.com/Comfy-Org/comfy-cli). Each tool shells out to the `comfy` command, making `comfy-cli` the engine. There is no code shared with the [Comfy Cloud MCP](/mcp). |
| [**comfy-local-mcp**](https://github.com/Comfy-Org/comfy-local-mcp) is Comfy's **first-party local MCP server** — the official way to drive a **local** ComfyUI install from AI agents (Claude Code, Claude Desktop, Cursor, and other MCP clients). It is a thin wrapper over [comfy-cli](https://github.com/Comfy-Org/comfy-cli): each tool shells out to the `comfy` command, so `comfy-cli` is the engine and there is no code shared with the [Comfy Cloud MCP](/mcp). | |
| - [Comfy Cloud MCP](/mcp): hosted MCP server, no local install or GPU needed | |
| - [Comfy Partner MCP](/agent-tools/partner-mcp): local server for 30+ partner providers via the Comfy API | |
| - [Comfy CLI](/cli): drive local ComfyUI and partner generation from the terminal |
🧰 Tools
🪛 GitHub Check: Mintlify Validation (dripart) - vale-spellcheck
[warning] 12-12: agent-tools/local.mdx#L12
Did you really mean 'Comfy's'?
📍 Affects 1 file
agent-tools/local.mdx#L12-L12(this comment)agent-tools/local.mdx#L153-L155
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@agent-tools/local.mdx` at line 12, In agent-tools/local.mdx, simplify the
sentence at lines 12-12 by replacing the em dash with a period and splitting the
stacked clauses into shorter sentences. At lines 153-155, replace each em dash
with a colon; no other changes are needed.
Source: Coding guidelines
| ## Related | ||
|
|
||
| - [Comfy Cloud MCP](/agent-tools/cloud) — Hosted MCP server for Comfy Cloud workflow execution | ||
| - [Comfy Cloud MCP](/mcp) — Hosted MCP server for Comfy Cloud workflow execution |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Replace the em dash in this changed documentation line.
Line 134 uses an em dash. Please use a colon or a second sentence instead. Tiny dash, easy slash.
As per coding guidelines: In English documentation, avoid em dashes (—); use periods, commas, colons, parentheses, or a second sentence.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@agent-tools/partner-mcp.mdx` at line 134, Update the Comfy Cloud MCP
documentation entry by replacing the em dash after the link with a colon or a
separate sentence, preserving the existing meaning and link.
Source: Coding guidelines
| </Warning> | ||
|
|
||
| [**comfy-local-mcp**](https://github.com/Comfy-Org/comfy-local-mcp) は Comfy の **ファーストパーティのローカル MCP サーバー** — AI エージェント (Claude Code、Claude Desktop、Cursor、およびその他の MCP クライアント) から **ローカル**の ComfyUI インストールを操作する公式の方法です。これは [comfy-cli](https://github.com/Comfy-Org/comfy-cli) の薄いラッパーであり、各ツールは `comfy` コマンドをシェルアウトし、comfy-cli がエンジンとして機能します。[Comfy Cloud MCP](/ja/agent-tools/cloud) とのコード共有はありません。 | ||
| [**comfy-local-mcp**](https://github.com/Comfy-Org/comfy-local-mcp) は Comfy の **ファーストパーティのローカル MCP サーバー** — AI エージェント (Claude Code、Claude Desktop、Cursor、およびその他の MCP クライアント) から **ローカル**の ComfyUI インストールを操作する公式の方法です。これは [comfy-cli](https://github.com/Comfy-Org/comfy-cli) の薄いラッパーであり、各ツールは `comfy` コマンドをシェルアウトし、comfy-cli がエンジンとして機能します。[Comfy Cloud MCP](/ja/mcp) とのコード共有はありません。 |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Remove em dashes from the edited MDX prose.
These three changed lines use em dashes where the repository guideline requires commas, colons, parentheses, or separate sentences.
ja/agent-tools/local.mdx#L22-L22: replace the em dash after 「ローカル MCP サーバー」 with direct sentence punctuation.ja/agent-tools/partner-mcp.mdx#L147-L147: replace the em dash after the link with a comma, colon, or second sentence.zh/mcp.mdx#L496-L496: replace——before the Comfy CLI link with direct punctuation.
📍 Affects 3 files
ja/agent-tools/local.mdx#L22-L22(this comment)ja/agent-tools/partner-mcp.mdx#L147-L147zh/mcp.mdx#L496-L496
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@ja/agent-tools/local.mdx` at line 22, Remove em-dash punctuation from the
edited prose: in ja/agent-tools/local.mdx lines 22-22, replace the dash after
「ローカル MCP サーバー」 with direct sentence punctuation; in
ja/agent-tools/partner-mcp.mdx lines 147-147, replace the dash after the link
with a comma, colon, or separate sentence; and in zh/mcp.mdx lines 496-496,
replace `——` before the Comfy CLI link with direct punctuation.
Source: Coding guidelines
Summary
/agent-tools/cloud→/agent-tools/mcp(locales:/zh|ja|ko/agent-tools/mcp)/agent-tools/comfy-cli→/agent-tools/clidocs.jsonnavigation and internal links/mcpand/cliif anything linked there brieflyRedirects
/agent-tools/cloud/agent-tools/mcp/agent-tools/comfy-cli/agent-tools/cli/development/cloud/mcp-server/agent-tools/mcp/mcp,/cli(safety)/agent-tools/mcp,/agent-tools/cliFull CLI reference remains at
/comfy-cli/getting-started. Overview stays at/agent-tools.Test plan
/agent-tools/mcpand/agent-tools/clirender in the Agent Tools / MCP nav/agent-tools/cloudand/agent-tools/comfy-cliredirect correctly