Skip to content

Commit 12c7936

Browse files
committed
Pin @modelcontextprotocol/conformance to 0.1.10
1 parent 834f791 commit 12c7936

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
with:
4343
node-version: 24
4444
- 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
45+
- run: npx @modelcontextprotocol/conformance@0.1.10 client --command 'uv run --frozen python scripts/conformance/client.py' --suite all

scripts/conformance/run-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ done
2727
echo "Server ready at $SERVER_URL"
2828

2929
# Run conformance tests
30-
npx @modelcontextprotocol/conformance server --url "$SERVER_URL" "$@"
30+
npx @modelcontextprotocol/conformance@0.1.10 server --url "$SERVER_URL" "$@"

0 commit comments

Comments
 (0)