Skip to content

v1.1.7

Choose a tag to compare

@CodeAbra CodeAbra released this 22 Jun 07:28

Added

  • scripts/install-linux.sh — a one-shot Fedora / RHEL / Debian setup helper: prerequisite checks (Python ≥3.11, Rust, Node ≥18), venv creation, editable install, MCP-wrapper build, crypto-key init, and systemd user-service install. Idempotent and safe to re-run. Thanks to @MoppelMat.

Fixed

  • Dropped two ineffective directives (StartLimitIntervalSec, StartLimitBurst) from the systemd unit's [Service] section — systemd only honors those keys in [Unit], so in [Service] they had no effect and emitted a warning on modern systemd. Thanks to @MoppelMat.