优化运营MCP:新增状态型点赞收藏、评论幂等与通知游标分页
This commit is contained in:
+2
-2
@@ -101,8 +101,8 @@ pnpm test
|
||||
| `xhs_publish_video` | 发布视频笔记 |
|
||||
| `xhs_post_comment` | 发表评论 |
|
||||
| `xhs_reply_comment` | 回复评论 |
|
||||
| `xhs_like` | 切换点赞状态 |
|
||||
| `xhs_favorite` | 切换收藏状态 |
|
||||
| `xhs_set_like_state` | 设置点赞状态(幂等) |
|
||||
| `xhs_set_favorite_state` | 设置收藏状态(幂等) |
|
||||
| `xhs_get_unprocessed_notifications` | 从本地 SQLite 获取“未处理”通知任务 |
|
||||
| `xhs_mark_notification_task` | 手动标记通知任务状态(new/pending/ignored/replied/failed) |
|
||||
| `xhs_mark_notification_tasks` | 批量标记通知任务状态 |
|
||||
|
||||
Reference in New Issue
Block a user