From c40317242e39716a7e388cec9ffd7f6c07da9da0 Mon Sep 17 00:00:00 2001 From: nearxos Date: Fri, 19 Jun 2026 08:08:35 +0300 Subject: [PATCH] Document Hermes env string requirement and repo URL. Co-authored-by: Cursor --- README.md | 3 +++ docs/CONFIGURATION.md | 2 ++ 2 files changed, 5 insertions(+) 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**: