From 7961f851f94ee4c9ce6f39e2dcdb50d7dc5eb12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=A5=9A=E5=81=A5?= <12858871+cnluocj@user.noreply.gitee.com> Date: Sat, 24 May 2025 10:20:05 +0800 Subject: [PATCH] docs: improve prompt guidance for continuous feedback loop Enhance the prompt instructions to explicitly direct AI assistants to continue calling the MCP until user feedback is empty, ensuring a more consistent interactive feedback experience in Cursor and other tools. This change clarifies the looping behavior and improves the overall user-AI interaction workflow. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 963ed6f..b179e0a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ For the best results, add the following to your custom prompt in your AI assista > Whenever you want to ask a question, always call the MCP `interactive_feedback`. > Whenever you’re about to complete a user request, call the MCP `interactive_feedback` instead of simply ending the process. -> If the feedback is empty you can end the request and don't call the mcp in loop. +> Keep calling MCP until the user’s feedback is empty, then end the request. This will ensure your AI assistant uses this MCP server to request user feedback before marking the task as completed.