The auto-yes flag was entering the add-servers loop and prompting for
input. Now breaks out of the loop immediately in non-interactive mode.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
No longer prompts for host/token during installation - uses built-in
defaults for gitea.dev.marcus-law.co.il. Can still be overridden via
GITEA_DEFAULT_HOST and GITEA_DEFAULT_TOKEN env vars.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Install script now detects missing dependencies and installs them
automatically via apt/dnf/yum/pacman/apk/brew. Go is installed
directly from go.dev if missing or too old.
Also added note about global config path in README.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
One-liner install: curl | bash that builds from source, configures
global MCP in ~/.claude/settings.json, handles duplicates, and
supports interactive multi-server setup.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>