report_issue
Create a pre-filled GitHub issue link to report bugs in ComfyUI, workflows, models, custom nodes, or the MCP server. Users review and submit the issue in one click.
Instructions
Build a ready-to-open GitHub issue link for a bug/problem you hit (ComfyUI, a workflow, a model, custom nodes, or comfyui-mcp itself). Returns a URL with the title and body prefilled — SHARE it with the user so they can review and submit it in one click. It does NOT auto-file. Use it when you encounter an error you can't resolve so the user can report it upstream. For panel-specific bugs pass repo='artokun/comfyui-mcp-panel'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Issue body: what happened, steps to reproduce, the exact error text, and environment (GPU/VRAM, ComfyUI version, OS) if known. | |
| repo | No | owner/repo (default 'artokun/comfyui-mcp'; use 'artokun/comfyui-mcp-panel' for the sidebar panel). | |
| title | Yes | Short, specific issue title. | |
| labels | No | Optional GitHub label names to prefill. |