11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"pixel-art": {
|
|
"type": "local",
|
|
"command": ["./venv/bin/python", "server.py"],
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|