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": "" + } } } }