We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834f791 commit 12c7936Copy full SHA for 12c7936
.github/workflows/conformance.yml
@@ -42,4 +42,4 @@ jobs:
42
with:
43
node-version: 24
44
- run: uv sync --frozen --all-extras --package mcp
45
- - run: npx @modelcontextprotocol/conformance client --command 'uv run --frozen python scripts/conformance/client.py' --suite all
+ - run: npx @modelcontextprotocol/conformance@0.1.10 client --command 'uv run --frozen python scripts/conformance/client.py' --suite all
scripts/conformance/run-server.sh
@@ -27,4 +27,4 @@ done
27
echo "Server ready at $SERVER_URL"
28
29
# Run conformance tests
30
-npx @modelcontextprotocol/conformance server --url "$SERVER_URL" "$@"
+npx @modelcontextprotocol/conformance@0.1.10 server --url "$SERVER_URL" "$@"
0 commit comments