12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"antd": {
|
|
"enabled": true,
|
|
"type": "local",
|
|
"command": ["bunx", "-y", "@ant-design/cli", "mcp"],
|
|
"timeout": 10000
|
|
}
|
|
}
|
|
}
|