Files
cursor-mcp/CHANGELOG.md
nearxos 1d71b3f822 Add v1.1.0 with progress streaming, timeouts, and git validation.
Surface Cursor run progress to stderr and response payloads, enforce
CURSOR_TIMEOUT_SECONDS, validate git repos before delegate, and fix
resume session cwd persistence. Includes docs, tests, and packaging.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-19 08:08:14 +03:00

815 B

Changelog

1.1.0 — 2026-06-19

Added

  • Progress streaming: delegation runs emit step/status lines to stderr and include a progress array in the JSON response.
  • Timeout enforcement: CURSOR_TIMEOUT_SECONDS is honored; overdue runs are cancelled.
  • Git repo validation: optional CURSOR_REQUIRE_GIT_REPO (default true) checks git rev-parse before delegate.
  • Resume cwd fix: cursor_resume preserves the original session cwd in session history.
  • Documentation: docs/CONFIGURATION.md, expanded README.md.
  • Unit tests for repo validation and session cwd lookup.

Changed

  • delegate_once no longer uses Agent.prompt; uses streamed send + wait for observability.

1.0.0 — 2026-06-18

  • Initial MCP server with delegate, session, resume, list, and test tools.