We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c1e2a commit 1bf3267Copy full SHA for 1bf3267
README.md
@@ -309,9 +309,10 @@ curl -s -H "Authorization: Bearer $MCPGATEWAY_BEARER_TOKEN" \
309
```powershell
310
# 1️⃣ Isolated env + install from PyPI
311
mkdir mcpgateway ; cd mcpgateway
312
-python3 -m venv .venv ; .\.venv\Scripts\Activate.ps1
313
-pip install --upgrade pip
314
-pip install mcp-contextforge-gateway
+uv init
+uv venv --python 3.11.6
+.\.venv\Scripts\activate
315
+uv pip install mcp-contextforge-gateway
316
317
# 2️⃣ Copy and customize the configuration
318
# Download the example environment file
0 commit comments