飞书文档/多维表格 MCP 工具未暴露给 agent 会话(仅有 bot 消息通道可用)
- Dominant language
- TypeScript
- Stars
- 2.7k
- Forks
- 395
- Avg merge
- 21h 48m
- Merged PRs (30d)
- 776
Description
**提交人**: 板栗
**客户端版本**: 0.1.27
---
## 现象
Cindy 的能力文档声明支持飞书文档 / 多维表格 / Wiki 等 MCP 工具(docx_search / read / append_blocks / insert_blocks / update_block、bitable_*、wiki_* 等),但在实际 agent 会话中,这些工具不可用。
## 复现步骤
1. 检查当前会话加载的 MCP 工具清单
2. 飞书相关的只有 `cindy_feishu_bot`(且仅有 `send_message_to_user` / `send_file_to_user` 两个 bot 工具)
3. 尝试调用飞书文档操作(如创建/编辑 docx、操作多维表格)时,没有对应工具可用
4. 能力文档(feishu-integration)声称支持这些工具,但实际未暴露
## 期望行为
在 agent 会话中能使用飞书文档操作工具,包括:
- 创建 / 编辑飞书文档(docx_create / append_blocks 等)
- 读写多维表格(bitable_search / list_records 等)
- Wiki 操作(create_node 等)
- 搜索读取(docx_search / search_and_read 等)
## 实际行为
当前会话仅加载了 `cindy_feishu_bot` MCP server,且只有消息推送和文件发送两个工具。用户无法通过 agent 创建/编辑飞书文档,只能手动操作或通过浏览器自动化(cindy_browser)间接完成。
## 影响
用户需要让 agent 在飞书中创建文档(如业务授权函、报告等)时无法完成,只能退回到浏览器自动化或手动操作。
## 建议
确认飞书文档 MCP 工具集(docx / bitable / wiki)是否应随 `cindy_feishu_bot` 一起暴露给 agent 会话;如果是独立能力,请补齐当前会话的工具注册。
---
**版本区域**: CN
**OS**: darwin arm64 (24.2.0)
**界面语言**: zh-CN
Contributor guide
Research direction
Start by tracing how the agent session builds its MCP tool list and how the cindy_feishu_bot server is registered. Compare the exposed tools with the feishu-integration capability documentation and the listed docx, bitable, and wiki tools. Done means the intended Feishu tools are available in agent sessions, while the existing bot messaging tools remain usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- ai, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100