13 lines
288 B
JSON
13 lines
288 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": ["superpowers@git+https://github.com/obra/superpowers.git"],
|
|
"mcp": {
|
|
"antd": {
|
|
"enabled": true,
|
|
"type": "local",
|
|
"command": ["bunx", "-y", "@ant-design/cli", "mcp"],
|
|
"timeout": 10000
|
|
}
|
|
}
|
|
}
|