增强详情与评论MCP:支持URL自动解析并为子评论引入Keyset分页

This commit is contained in:
2026-03-03 13:10:14 +08:00
parent 68f42a9fd4
commit ed7fbdd5c2
6 changed files with 319 additions and 22 deletions
+3 -3
View File
@@ -93,9 +93,9 @@ pnpm test
| `xhs_delete_cookies` | 删除 Cookie 并重置登录状态 |
| `xhs_list_feeds` | 获取推荐流 |
| `xhs_search` | 关键词搜索笔记(支持筛选) |
| `xhs_get_feed_detail` | 获取笔记详情(内容/媒体/统计/评论 |
| `xhs_get_sub_comments` | 拉取某条父评论的完整子评论 |
| `xhs_get_user_profile` | 获取用户主页及近期笔记 |
| `xhs_get_feed_detail` | 获取笔记详情(支持直接传笔记 URL |
| `xhs_get_sub_comments` | 拉取某条父评论的子评论Keyset 游标分页) |
| `xhs_get_user_profile` | 获取用户主页及近期笔记(支持直接传主页 URL |
| `xhs_list_my_notes` | 获取当前账号已发布笔记列表 |
| `xhs_publish_image` | 发布图文笔记 |
| `xhs_publish_video` | 发布视频笔记 |