From df2f35f31f201a8970f1d2a80ef5b5718e112c49 Mon Sep 17 00:00:00 2001 From: yuantao Date: Wed, 24 Sep 2025 14:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Apifox=E7=9A=84MCP=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .iflow/settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.iflow/settings.json b/.iflow/settings.json index 6aa118b..6a6383d 100644 --- a/.iflow/settings.json +++ b/.iflow/settings.json @@ -67,6 +67,14 @@ "GITLAB_PERSONAL_ACCESS_TOKEN": "", "GITLAB_API_URL": "https://git.flyh5.cn/api/v4" } + }, + "API 文档": { + "description": "将Apifox项目的接口文档作为数据源提供给AI工具,支持根据API文档生成代码、搜索接口内容等功能", + "command": "npx", + "args": ["-y", "@iflow-mcp/apifox-mcp-server", "--project-id="], + "env": { + "APIFOX_ACCESS_TOKEN": "" + } } } }