Stage 2: Install dependencies
Introduction
The steps
1
curl -LsSf https://astral.sh/uv/install.sh | sh
export PATH="$HOME/.local/bin:$PATH"2
uv --versionInstalling uv manually
1
cd ~/patchworks-mcp2
uv venv && source .venv/bin/activate3
uv pip install "mcp[cli]>=0.1.0" "pydantic>=2.7" "python-dotenv>=1.0" "requests>=2.32"4
PreviousStage 1: Retrieve Patchworks setup filesNextStage 3: Configure your environment & run the server
Last updated
Was this helpful?