From 1cededc517f902537ba9c73a974030240b543e96 Mon Sep 17 00:00:00 2001 From: Minidoracat Date: Tue, 3 Jun 2025 23:27:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E5=8A=A0=E5=BC=B7=E8=A6=8F?= =?UTF-8?q?=E5=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + README.zh-CN.md | 1 + README.zh-TW.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 090e0be..aa2204c 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ For best results, add these rules to your AI assistant: 2. When receiving user feedback, if feedback content is not empty, must call MCP mcp-feedback-enhanced again and adjust behavior based on feedback. 3. Only when user explicitly indicates "end" or "no more interaction needed" can you stop calling MCP mcp-feedback-enhanced, then the process is complete. 4. Unless receiving end command, all steps must repeatedly call MCP mcp-feedback-enhanced. +5. Before completing the task, use the MCP mcp-feedback-enhanced to ask the user for feedback. ``` ## ⚙️ Advanced Settings diff --git a/README.zh-CN.md b/README.zh-CN.md index 087c3a8..4b904c7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -118,6 +118,7 @@ uvx mcp-feedback-enhanced@latest test 2. 每当收到用户反馈,若反馈内容非空,必须再次调用 MCP mcp-feedback-enhanced,并根据反馈内容调整行为。 3. 仅当用户明确表示「结束」或「不再需要交互」时,才可停止调用 MCP mcp-feedback-enhanced,流程才算结束。 4. 除非收到结束指令,否则所有步骤都必须重复调用 MCP mcp-feedback-enhanced。 +5. 完成任务前,必须使用 MCP mcp-feedback-enhanced 工具向用户询问反馈。 ``` ## ⚙️ 进阶设定 diff --git a/README.zh-TW.md b/README.zh-TW.md index cf4a1b5..1bab0d4 100644 --- a/README.zh-TW.md +++ b/README.zh-TW.md @@ -118,6 +118,7 @@ uvx mcp-feedback-enhanced@latest test 2. 每當收到使用者回饋,若回饋內容非空,必須再次呼叫 MCP mcp-feedback-enhanced,並根據回饋內容調整行為。 3. 僅當使用者明確表示「結束」或「不再需要互動」時,才可停止呼叫 MCP mcp-feedback-enhanced,流程才算結束。 4. 除非收到結束指令,否則所有步驟都必須重複呼叫 MCP mcp-feedback-enhanced。 +5. 完成任務前,必須使用 MCP mcp-feedback-enhanced 工具向使用者詢問回饋。 ``` ## ⚙️ 進階設定