chore: 追踪 .claude/settings.json 配置文件
This commit is contained in:
8
.claude/settings.json
Normal file
8
.claude/settings.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"tdesign-mcp-server": {
|
||||||
|
"command": "bunx",
|
||||||
|
"args": ["tdesign-mcp-server@latest"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -399,7 +399,8 @@ env/
|
|||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
.claude
|
.claude/*
|
||||||
|
!.claude/settings.json
|
||||||
.opencode
|
.opencode
|
||||||
.codex
|
.codex
|
||||||
openspec/changes/archive
|
openspec/changes/archive
|
||||||
|
|||||||
13
opencode.json
Normal file
13
opencode.json
Normal 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"
|
||||||
|
],
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user