Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
功能说明
实现语雀小记(Notes)的完整 MCP 能力支持,解决 issue #22
新增功能
yuque_list_notes- 列出所有小记(支持status过滤)yuque_get_note- 获取单个小记详情yuque_create_note- 创建新小记yuque_update_note- 更新小记内容yuque_delete_note- 删除小记(移到回收站)yuque_restore_note- 从回收站恢复小记修改文件
src/tools/note.ts- 新增小记工具src/services/yuque-client.ts- 添加小记API方法src/services/types.ts- 添加小记类型定义src/server.ts- 注册小记工具测试
所有功能已通过测试验证:
Closes #22