Merge pull request #5 from cnluocj/main

docs: improve prompt guidance for continuous feedback loop
This commit is contained in:
Fábio Ferreira 2025-05-26 16:53:31 +01:00 committed by GitHub
commit b3b9620608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 youre 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 users 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.