From 299ac21dcdfab55bfb330c01c69a939aa890873d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Ferreira?= Date: Fri, 9 May 2025 13:14:34 +0100 Subject: [PATCH] docs: enhance formatting of interactive feedback instructions in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e425270..e2a438e 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Simple [MCP Server](https://modelcontextprotocol.io/) to enable a human-in-the-l For the best results, add the following to your custom prompt in your AI assistant, you should add it on a rule or directly in the prompt (e.g., Cursor): -> 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 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. This will ensure your AI assistant uses this MCP server to request user feedback before marking the task as completed.