Skip to content

Commit 6be97c9

Browse files
committed
Add --suite all to client conformance
The conformance package requires either --suite or --scenario. The newer version (0.1.10) supports --suite all.
1 parent 7ff7dd5 commit 6be97c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-conformance-client
45-
- run: npx @modelcontextprotocol/conformance client --command 'uv run --frozen mcp-conformance-client'
45+
- run: npx @modelcontextprotocol/conformance client --command 'uv run --frozen mcp-conformance-client' --suite all

0 commit comments

Comments
 (0)