diff --git a/.github/cline-installation.png b/.github/cline-installation.png deleted file mode 100644 index 89b4b12..0000000 Binary files a/.github/cline-installation.png and /dev/null differ diff --git a/.github/cursor-example.jpg b/.github/cursor-example.jpg new file mode 100644 index 0000000..d73586e Binary files /dev/null and b/.github/cursor-example.jpg differ diff --git a/.github/feedback-ui.png b/.github/feedback-ui.png deleted file mode 100644 index 18b81e8..0000000 Binary files a/.github/feedback-ui.png and /dev/null differ diff --git a/images/interactive_feedback_1.jpg b/.github/interactive_feedback_1.jpg similarity index 100% rename from images/interactive_feedback_1.jpg rename to .github/interactive_feedback_1.jpg diff --git a/images/interactive_feedback_2.jpg b/.github/interactive_feedback_2.jpg similarity index 100% rename from images/interactive_feedback_2.jpg rename to .github/interactive_feedback_2.jpg diff --git a/README.md b/README.md index 583ae9f..fa6ce2b 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Check out [dotcursorrules.com](https://dotcursorrules.com/) for more AI developm Simple [MCP Server](https://modelcontextprotocol.io/) to enable a human-in-the-loop workflow in AI-assisted development tools like [Cursor](https://www.cursor.com). This server allows you to run commands, view their output, and provide textual feedback directly to the AI. It is also compatible with [Cline](https://cline.bot) and [Windsurf](https://windsurf.com). -![Interactive Feedback UI - Main View](images/interactive_feedback_1.jpg) -![Interactive Feedback UI - Command Section Open](images/interactive_feedback_2.jpg) +![Interactive Feedback UI - Main View](https://github.com/noopstudios/interactive-feedback-mcp/blob/main/.github/interactive_feedback_1.jpg?raw=true) +![Interactive Feedback UI - Command Section Open](https://github.com/noopstudios/interactive-feedback-mcp/blob/main/.github/interactive_feedback_2.jpg) ## Prompt Engineering @@ -30,6 +30,8 @@ The "Save Configuration" button in the UI primarily saves the current command ty ## Installation (Cursor) +![Instalation on Cursor](https://github.com/noopstudios/interactive-feedback-mcp/blob/main/.github/cursor-example.jpg?raw=true) + 1. **Prerequisites:** * Python 3.11 or newer. * [uv](https://github.com/astral-sh/uv) (Python package manager). Install it with: