mirror of
https://github.com/trycua/computer.git
synced 2026-01-08 22:40:06 -06:00
Merge pull request #110 from rahulkarajgikar/patch-1
Update install_mcp_server.sh - remove piping to /dev/null
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user