fix: update image links in README and remove obsolete images

This commit is contained in:
Fábio Ferreira 2025-05-09 12:49:26 +01:00
parent 8ec1c706ea
commit a11b7a1db1
6 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

BIN
.github/cursor-example.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 145 KiB

View File

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 207 KiB

View File

@ -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: