改为 grok 了

This commit is contained in:
2026-02-05 17:46:08 +08:00
parent b69b7782e5
commit d6e43d5324
6 changed files with 145 additions and 98 deletions

14
.kilocode/mcp.json Normal file
View File

@@ -0,0 +1,14 @@
{
"mcpServers": {
"superdesign": {
"command": "node",
"args": [
"E:/我的项目/superdesign-mcp-claude-code/dist/index.js"
],
"env": {},
"alwaysAllow": [
"superdesign_generate"
]
}
}
}