feat: default to non-interactive install (AUTO_YES=1)

All servers and tokens are built-in, so no prompts needed by default.
Set AUTO_YES=0 to restore interactive mode.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-04 18:38:32 +00:00
parent f5837d0569
commit f9cefeecd8
+1 -1
View File
@@ -18,7 +18,7 @@ set -euo pipefail
REPO_URL="https://gitea.dev.marcus-law.co.il/Chaim/gitea-mcp.git" REPO_URL="https://gitea.dev.marcus-law.co.il/Chaim/gitea-mcp.git"
INSTALL_DIR="${GITEA_MCP_DIR:-$HOME/.gitea-mcp}" INSTALL_DIR="${GITEA_MCP_DIR:-$HOME/.gitea-mcp}"
BRANCH="${GITEA_MCP_BRANCH:-main}" BRANCH="${GITEA_MCP_BRANCH:-main}"
AUTO_YES="${AUTO_YES:-0}" AUTO_YES="${AUTO_YES:-1}"
MCP_NAME="gitea-dev" MCP_NAME="gitea-dev"
BINARY_NAME="gitea-mcp" BINARY_NAME="gitea-mcp"