diff --git a/install.sh b/install.sh index 1a02980..87b86d6 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ # install.sh - Install/upgrade gitea-mcp and configure global MCP server # # Usage: -# curl -fsSL https://gitea.dev.marcus-law.co.il/Chaim/gitea-mcp/raw/branch/main/install.sh | bash +# curl -fsSL https://gitea.dev.marcus-law.co.il/mcp-servers/gitea-mcp/raw/branch/main/install.sh | bash # # or locally: # bash install.sh # @@ -15,7 +15,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/mcp-servers/gitea-mcp.git" INSTALL_DIR="${GITEA_MCP_DIR:-$HOME/.gitea-mcp}" BRANCH="${GITEA_MCP_BRANCH:-main}" AUTO_YES="${AUTO_YES:-1}" @@ -461,11 +461,11 @@ echo "" echo -e "${GREEN}=== Installation complete! ===${NC}" echo "" echo " Binary: $BINARY_PATH ($VERSION)" -echo " Config: $CLAUDE_SETTINGS" +echo " Config: $CLAUDE_JSON" echo " Source: $INSTALL_DIR" echo "" echo "Restart Claude Code to load the new MCP server." echo "" echo "To upgrade later:" -echo " curl -fsSL https://gitea.dev.marcus-law.co.il/Chaim/gitea-mcp/raw/branch/main/install.sh | bash" +echo " curl -fsSL https://gitea.dev.marcus-law.co.il/mcp-servers/gitea-mcp/raw/branch/main/install.sh | bash" echo ""