aurelio-embroidery/mcp/requirements.txt
Fábio Coutada 76188bf0f2 feat(mcp): Aurélio Embroidery MCP server — 6 tools
Tools:
- embroidery_formats — list 47 readable, 19 writable formats
- embroidery_machines — list all 15 vendors from registry
- embroidery_match_machine — match model name to vendor entry
- embroidery_convert — convert between any supported formats
- embroidery_preview — render PNG stitch visualization
- embroidery_send — convert + write to Gotek USB stick
- embroidery_info — get stitch count, colors, dimensions, time

Built on FastMCP 3.4 + pyembroidery 1.5.1.
Loads vendor-registry/registry.yaml at startup.
2026-08-09 02:33:21 +01:00

6 lines
115 B
Text

# Aurélio Embroidery MCP Server
# FastMCP >= 3.0, pyembroidery >= 1.5
fastmcp>=3.0
pyembroidery>=1.5
pyyaml>=6.0