From eddc8718d07b4e810f6745d5d1783dd1409d5ffc Mon Sep 17 00:00:00 2001 From: kurihada Date: Mon, 2 Mar 2026 19:26:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=9A=E7=9F=A5=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E6=8F=8F=E8=BF=B0=EF=BC=9A=E5=BC=95=E5=AF=BCAI?= =?UTF-8?q?=E5=9B=9E=E5=A4=8D=E5=89=8D=E5=85=88=E8=8E=B7=E5=8F=96=E6=96=87?= =?UTF-8?q?=E7=AB=A0=E4=B8=8A=E4=B8=8B=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/xiaohongshu/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/xiaohongshu/index.ts b/src/platforms/xiaohongshu/index.ts index cab82ce..b14683d 100644 --- a/src/platforms/xiaohongshu/index.ts +++ b/src/platforms/xiaohongshu/index.ts @@ -602,7 +602,7 @@ export const xiaohongshuPlugin: PlatformPlugin = { server.tool( 'xhs_get_comment_notifications', - 'Get comment and @ notifications from Xiaohongshu notification page', + 'Get unread comment and @ notifications from Xiaohongshu. Returns feedId + xsecToken per notification — use xhs_get_feed_detail to read the note content before replying so your response is contextually relevant.', GetCommentNotificationsSchema, async (args) => { return withErrorHandling('xhs_get_comment_notifications', async () => {