增强详情与评论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 @@ Add this in `claude_desktop_config.json`:
| `xhs_delete_cookies` | Delete cookies and reset login session |
| `xhs_list_feeds` | Get explore page recommended feed list |
| `xhs_search` | Search notes by keyword with filters |
| `xhs_get_feed_detail` | Get note detail (content/media/stats/comments) |
| `xhs_get_sub_comments` | Load all sub-comments for a parent comment |
| `xhs_get_user_profile` | Get user profile with recent notes |
| `xhs_get_feed_detail` | Get note detail (supports passing note URL directly) |
| `xhs_get_sub_comments` | Load sub-comments for a parent comment (keyset cursor pagination) |
| `xhs_get_user_profile` | Get user profile with recent notes (supports passing profile URL directly) |
| `xhs_list_my_notes` | List current account's published notes |
| `xhs_publish_image` | Publish an image note |
| `xhs_publish_video` | Publish a video note |