mirror of
https://github.com/Minidoracat/mcp-feedback-enhanced.git
synced 2025-07-27 10:42:25 +08:00
docs: expand on interactive feedback benefits and clarify usage in README
This commit is contained in:
parent
299ac21dcd
commit
301c797a71
@ -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 you’re about to complete a user request, call the MCP `interactive_feedback` instead of simply ending the process.
|
> 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.
|
||||||
|
|
||||||
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user