crochet engine for VS Code
io.github.dengyu123456/crochet-engine
Deterministic photo-to-crochet-chart engine: stitch counts, 5 techniques, yarn estimates.
client:VS Code
transport:stdio
runtime:pypi
Install crochet engine in VS Code
.vscode/mcp.json
{
"servers": {
"crochet-engine": {
"type": "stdio",
"command": "uvx",
"args": [
"crochetpatterngen-engine"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs