docs: reorganize README and soften framing#35
Merged
hybridindie merged 1 commit intomainfrom Mar 13, 2026
Merged
Conversation
Package the MCP server as a Claude Code plugin with slash commands, contextual skills, and a security hook. Add configuration snippets for 8 client environments (Claude Code, Claude Desktop, VS Code, Cursor, Windsurf, Continue.dev, OpenCode, Open WebUI). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Reorganizes end-user documentation and companion Claude Code assets to present ComfyUI-MCP’s tools/security posture more clearly, while adding/adjusting hook + skill files used by the Claude Code plugin workflow.
Changes:
- Restructured
README.md(shorter Quick Start, consolidated Security section, expanded multi-client Setup snippets, aligned GHCR image refs). - Added Claude/skill documentation under
skills/(slash-command skills + knowledge guides). - Added a PostToolUse security-warning hook (
hooks/) plus default MCP/client configs (.mcp.json,.claude-plugin/plugin.json).
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
README.md |
Reorganized docs; moved Setup later; consolidated Security details; updated Docker image references/snippets. |
hooks/security-warning.sh |
New post-tool hook to surface security warnings based on tool output. |
hooks/hooks.json |
Registers PostToolUse hook matcher for selected ComfyUI MCP tools. |
skills/gen/SKILL.md |
Skill doc for /comfy:gen flow. |
skills/workflow/SKILL.md |
Skill doc for /comfy:workflow flow. |
skills/status/SKILL.md |
Skill doc for /comfy:status output formatting. |
skills/progress/SKILL.md |
Skill doc for /comfy:progress output formatting. |
skills/models/SKILL.md |
Skill doc for /comfy:models behavior/formatting. |
skills/history/SKILL.md |
Skill doc for /comfy:history behavior/formatting. |
skills/workflows/SKILL.md |
Knowledge guide on ComfyUI workflow JSON/node patterns. |
skills/troubleshooting/SKILL.md |
Troubleshooting knowledge guide. |
.mcp.json |
Example stdio MCP server config using uvx. |
.claude-plugin/plugin.json |
Claude Code plugin metadata. |
You can also share your feedback on Copilot code review. Take the survey.
| fi | ||
|
|
||
| # Check for node auditor results with actual findings (count > 0) | ||
| if echo "$input" | grep -qE '"dangerous":\s*\{\s*"count":\s*[1-9]'; then |
|
|
||
| - **Current node**: which node is executing | ||
| - **Progress**: step X of Y (percentage) | ||
| - **Status**: running, completed, or failed |
1ee173f to
8c3e301
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
🤖 Generated with Claude Code