1
0

chore: 追踪 .claude/settings.json 配置文件

This commit is contained in:
2026-05-07 21:15:58 +08:00
parent 6908b9653b
commit e719d3c8f1
3 changed files with 23 additions and 1 deletions

13
opencode.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"tdesign-mcp-server": {
"enabled": true,
"type": "local",
"command": [
"bunx",
"tdesign-mcp-server@latest"
],
}
}
}