feat: update claude conf

This commit is contained in:
2026-04-07 10:57:33 +08:00
parent 2865e2fd2d
commit 2c7cf0c255
2 changed files with 8 additions and 15 deletions

View File

@@ -124,7 +124,11 @@
"mcp__apidoc__get_project_overview", "mcp__apidoc__get_project_overview",
"mcp__apidoc__search_endpoints", "mcp__apidoc__search_endpoints",
"mcp__apidoc__list_endpoints", "mcp__apidoc__list_endpoints",
"mcp__apidoc__get_endpoint_detail" "mcp__apidoc__get_endpoint_detail",
"mcp__api-doc__search_endpoints",
"mcp__api-doc__get_endpoint_detail",
"mcp__api-doc__list_modules",
"mcp__api-doc__list_endpoints"
], ],
"deny": [], "deny": [],
"ask": [] "ask": []

View File

@@ -1,21 +1,10 @@
{ {
"mcpServers": { "mcpServers": {
"apifox": { "api-doc": {
"command": "npx",
"args": [
"-y",
"apifox-mcp-server@latest",
"--project-id=7382863"
],
"env": {
"APIFOX_ACCESS_TOKEN": "APS-S2aVVwqasbdByzPLgSqryRC8BB0ZFqhQ"
}
},
"apidoc": {
"type": "http", "type": "http",
"url": "http://localhost:3001/mcp/c6a17835-6389-446c-8334-004b998835e5", "url": "https://www.agentfoxapp.com/mcp/976caff7-5f98-4487-bccf-3aa20c92cf1f",
"headers": { "headers": {
"Authorization": "Bearer afk_Snhv1JVACdbd91_NS699bb-2MN237Jww" "Authorization": "Bearer afk_G_VKmHTdXUi3GjQdg5AeHeH-0BSYQEPP"
} }
} }
} }