Update install_mcp_server.sh - remove piping to /dev/null

this improves logging when the installation fails
This commit is contained in:
Rahul Karajgikar
2025-04-14 18:12:28 -07:00
committed by GitHub
parent 33b3bf3ef5
commit 7e8fbaf04e

View File

@@ -59,7 +59,7 @@ fi
source "$VENV_DIR/bin/activate"
# Always install/upgrade the latest version of cua-mcp-server
pip install --upgrade "cua-mcp-server" >/dev/null 2>&1
pip install --upgrade "cua-mcp-server"
# Run the MCP server with isolation from development paths
cd "$VENV_DIR" # Change to venv directory to avoid current directory in path