检查飞书MCP服务器配置状态,并提供配置指引。
Checks MCP server configuration for Feishu integration and provides setup guidance.
/plugin marketplace add mookechee/mookechee-cc-plugins/plugin install testflow-generator@mookechee-cc-plugins检查 testflow-generator 插件所需的 MCP 服务器是否已正确配置。
| MCP 服务器 | 用途 | 必需 |
|---|---|---|
lark-prj-remote | 读取飞书项目单子信息 | 可选(使用飞书项目单时需要) |
lark-mcp-remote | 读取飞书云文档内容 | 可选(使用飞书文档时需要) |
尝试调用 mcp__lark-prj-remote__get_workitem_info,参数:
{
"work_item_type": "story"
}
尝试调用 mcp__lark-mcp-remote__wiki_v2_space_list,参数:
{
"query": {}
}
🔍 MCP 服务器配置检查结果
✅ lark-prj-remote: 已配置
- 可使用飞书项目单 URL 生成测试用例
❌ lark-mcp-remote: 未配置
- 无法使用飞书云文档 URL 生成测试用例
- 配置方法见下方指引
📝 本地文件模式: 始终可用
- 可直接使用本地 .md/.txt 文件生成测试用例
{
"mcpServers": {
"lark-prj-remote": {
"command": "npx",
"args": ["-y", "@anthropic/lark-prj-mcp"],
"env": {
"LARK_APP_ID": "你的AppID",
"LARK_APP_SECRET": "你的AppSecret",
"LARK_PROJECT_KEY": "你的项目Key"
}
}
}
}
{
"mcpServers": {
"lark-mcp-remote": {
"command": "npx",
"args": ["-y", "@anthropic/lark-mcp"],
"env": {
"LARK_APP_ID": "你的AppID",
"LARK_APP_SECRET": "你的AppSecret"
}
}
}
}
lark-prj-remotelark-mcp-remote