Document Hermes env string requirement and repo URL.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-19 08:08:35 +03:00
parent 1d71b3f822
commit c40317242e
2 changed files with 5 additions and 0 deletions

View File

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

View File

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