Document Hermes env string requirement and repo URL.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -90,9 +90,12 @@ Use the `cursor-delegation` skill in the `senior-coder` profile for prompt templ
|
|||||||
## Development
|
## Development
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
.venv/bin/pip install -e .
|
||||||
.venv/bin/python -m unittest discover -s tests -v
|
.venv/bin/python -m unittest discover -s tests -v
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Repository: https://git.paraskeva.net/nearxos/cursor-mcp
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
- Runs Cursor's **local** agent loop against files on disk — does not control the open Cursor IDE window.
|
- Runs Cursor's **local** agent loop against files on disk — does not control the open Cursor IDE window.
|
||||||
|
|||||||
@@ -31,6 +31,8 @@ mcp_servers:
|
|||||||
|
|
||||||
Set Hermes MCP `timeout` slightly above `CURSOR_TIMEOUT_SECONDS` so the server can return a structured timeout error.
|
Set Hermes MCP `timeout` slightly above `CURSOR_TIMEOUT_SECONDS` so the server can return a structured timeout error.
|
||||||
|
|
||||||
|
**Hermes YAML note:** values under `mcp_servers.*.env` must be **strings** (quote numbers/booleans), e.g. `CURSOR_TIMEOUT_SECONDS: '1800'`.
|
||||||
|
|
||||||
## Progress streaming
|
## Progress streaming
|
||||||
|
|
||||||
During long runs, cursor-mcp writes human-readable lines to **stderr**:
|
During long runs, cursor-mcp writes human-readable lines to **stderr**:
|
||||||
|
|||||||
Reference in New Issue
Block a user