Releases: raphiki/ComfyUI-MCP-Server
Releases · raphiki/ComfyUI-MCP-Server
v1.0.0-beta
Very first version.
Caution:
- Perfect for a local, single-user demo, a production deployment would require Session Isolation (ensuring User A doesn't overwrite User B's "LAST" image) and TTL Cleanup (automatically deleting generated images after a set time).
Technically, this would be solved by leveraging Context Injection—using the session ID provided by the MCP protocol to maintain a keyed dictionary of states, rather than a global variable. - For multi-user production usage, adding an authentication mechanism would also be a relevant next step.