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.
2 parents 040d31a + dab5705 commit 2ff9309Copy full SHA for 2ff9309
CONTRIBUTING.md
@@ -19,7 +19,7 @@ uv venv
19
source .venv/bin/activate # On Windows: .venv\Scripts\activate
20
21
# Install development dependencies with uv
22
-uv add -e ".[dev]"
+uv sync --extra dev
23
24
# Alternatively, using pip
25
# python -m venv venv
README.md
@@ -137,7 +137,7 @@ cd fastapi_mcp
137
# Create a virtual environment and install dependencies with uv
138
uv venv
139
140
141
142
# Run tests
143
uv run pytest
0 commit comments