You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.