Initial commit: DreamTail MCP client

🎨 MCP integration for DreamTail (SDXL on Jetson Orin)
- dreamtail_generate: Create images with prompts
- dreamtail_get_info: Get last generated image path
- Inline display support for Claude Desktop
- Configurable JPEG quality and download directory

Built with love for the hardware dragon 🦊
This commit is contained in:
Alex Kazaiev
2025-12-16 20:51:02 -06:00
commit e0c07d678e
5 changed files with 843 additions and 0 deletions

3
requirements.txt Executable file
View File

@@ -0,0 +1,3 @@
fastmcp
httpx
Pillow