fix: update image links in README and remove obsolete images
BIN
.github/cline-installation.png
vendored
Before Width: | Height: | Size: 45 KiB |
BIN
.github/cursor-example.jpg
vendored
Normal file
After Width: | Height: | Size: 249 KiB |
BIN
.github/feedback-ui.png
vendored
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 145 KiB |
Before Width: | Height: | Size: 207 KiB After Width: | Height: | Size: 207 KiB |
@ -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).
|
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).
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Prompt Engineering
|
## Prompt Engineering
|
||||||
|
|
||||||
@ -30,6 +30,8 @@ The "Save Configuration" button in the UI primarily saves the current command ty
|
|||||||
|
|
||||||
## Installation (Cursor)
|
## Installation (Cursor)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
1. **Prerequisites:**
|
1. **Prerequisites:**
|
||||||
* Python 3.11 or newer.
|
* Python 3.11 or newer.
|
||||||
* [uv](https://github.com/astral-sh/uv) (Python package manager). Install it with:
|
* [uv](https://github.com/astral-sh/uv) (Python package manager). Install it with:
|
||||||
|