docs: expand on interactive feedback benefits and clarify usage in README

This commit is contained in:
Fábio Ferreira 2025-05-09 14:40:13 +01:00
parent 299ac21dcd
commit 301c797a71

View File

@ -14,9 +14,13 @@ 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 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. > 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.
This will ensure your AI assistant uses this MCP server to request user feedback before marking the task as completed. This will ensure your AI assistant uses this MCP server to request user feedback before marking the task as completed.
## 💡 Why Use This?
By guiding the assistant to check in with the user instead of branching out into speculative, high-cost tool calls, this module can drastically reduce the number of premium requests (e.g., OpenAI tool invocations) on platforms like Cursor. In some cases, it helps consolidate what would be up to 25 tool calls into a single, feedback-aware request — saving resources and improving performance.
## Configuration ## Configuration
This MCP server uses Qt's `QSettings` to store configuration on a per-project basis. This includes: This MCP server uses Qt's `QSettings` to store configuration on a per-project basis. This includes: