优化运营MCP:新增状态型点赞收藏、评论幂等与通知游标分页

This commit is contained in:
2026-03-03 12:27:31 +08:00
parent a7672d0430
commit ceaad6f15b
6 changed files with 202 additions and 44 deletions
+2 -2
View File
@@ -101,8 +101,8 @@ Add this in `claude_desktop_config.json`:
| `xhs_publish_video` | Publish a video note |
| `xhs_post_comment` | Post a comment on a note |
| `xhs_reply_comment` | Reply to a comment |
| `xhs_like` | Toggle like state on a note |
| `xhs_favorite` | Toggle favorite state on a note |
| `xhs_set_like_state` | Set like state on a note (idempotent) |
| `xhs_set_favorite_state` | Set favorite state on a note (idempotent) |
| `xhs_get_unprocessed_notifications` | Get unprocessed notification tasks from local SQLite state |
| `xhs_mark_notification_task` | Manually mark notification task status (new/pending/ignored/replied/failed) |
| `xhs_mark_notification_tasks` | Batch mark notification task statuses |