diff --git a/README.md b/README.md index edc86a7..36cc574 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,12 @@ Use the `cursor-delegation` skill in the `senior-coder` profile for prompt templ ## Development ```bash +.venv/bin/pip install -e . .venv/bin/python -m unittest discover -s tests -v ``` +Repository: https://git.paraskeva.net/nearxos/cursor-mcp + ## Notes - Runs Cursor's **local** agent loop against files on disk — does not control the open Cursor IDE window. diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 31f8f7d..5d3640d 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -31,6 +31,8 @@ mcp_servers: 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 During long runs, cursor-mcp writes human-readable lines to **stderr**: