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:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user