diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 3a4df93..aa59d5b 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -124,7 +124,11 @@ "mcp__apidoc__get_project_overview", "mcp__apidoc__search_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": [], "ask": [] diff --git a/.mcp.json b/.mcp.json index de11a57..e5ee220 100644 --- a/.mcp.json +++ b/.mcp.json @@ -1,21 +1,10 @@ { "mcpServers": { - "apifox": { - "command": "npx", - "args": [ - "-y", - "apifox-mcp-server@latest", - "--project-id=7382863" - ], - "env": { - "APIFOX_ACCESS_TOKEN": "APS-S2aVVwqasbdByzPLgSqryRC8BB0ZFqhQ" - } - }, - "apidoc": { + "api-doc": { "type": "http", - "url": "http://localhost:3001/mcp/c6a17835-6389-446c-8334-004b998835e5", + "url": "https://www.agentfoxapp.com/mcp/976caff7-5f98-4487-bccf-3aa20c92cf1f", "headers": { - "Authorization": "Bearer afk_Snhv1JVACdbd91_NS699bb-2MN237Jww" + "Authorization": "Bearer afk_G_VKmHTdXUi3GjQdg5AeHeH-0BSYQEPP" } } }