Initial commit: MCP server for pixel-art sprite generation

This commit is contained in:
Emil
2026-06-28 14:50:58 +03:00
commit e28b466c8a
6 changed files with 513 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"pixel-art": {
"type": "local",
"command": ["./venv/bin/python", "server.py"],
"enabled": true
}
}
}