feat: opt claude config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 15:24:10 +08:00
parent ad6b7d17a5
commit be3d633301
2 changed files with 14 additions and 4 deletions

View File

@@ -1,14 +1,14 @@
{ {
"mcpServers": { "mcpServers": {
"空港集团 - API 文档": { "空港集团 - API 文档": {
"command": "npx", "command": "/Users/kid/.version-fox/sdks/nodejs/bin/npx",
"args": [ "args": [
"-y", "-y",
"apifox-mcp-server@latest", "apifox-mcp-server@latest",
"--project-id=7382863" "--project-id=7382863"
], ],
"env": { "env": {
"APIFOX_ACCESS_TOKEN": "ogr6p7RaNJa4GgIOSuUMJRSVLfDE" "APIFOX_ACCESS_TOKEN": "APS-S2aVVwqasbdByzPLgSqryRC8BB0ZFqhQ"
} }
} }
} }

View File

@@ -63,9 +63,19 @@
"Bash(curl:*)", "Bash(curl:*)",
"Bash(git:*)", "Bash(git:*)",
"WebFetch(domain:app.apifox.com)", "WebFetch(domain:app.apifox.com)",
"WebFetch(domain:apifox.com)" "WebFetch(domain:apifox.com)",
"Bash(npx:*)",
"Bash(claude mcp:*)",
"Bash(python3:*)",
"mcp__apifox__read_project_oas_ukz3j4",
"mcp__apifox__read_project_oas_ref_resources_ukz3j4",
"mcp__apifox__refresh_project_oas_ukz3j4"
], ],
"deny": [], "deny": [],
"ask": [] "ask": []
} },
"enabledMcpjsonServers": [
"空港集团 - API 文档",
"apifox"
]
} }