Skip to content

Commit f270d31

Browse files
committed
ci: run full client conformance suite
1 parent f03e133 commit f270d31

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/conformance.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,13 @@ jobs:
9090
- name: Build conformance binaries
9191
run: cargo build -p mcp-conformance
9292

93-
- name: Run client metadata conformance suite
93+
- name: Run full client conformance suite
9494
run: |
9595
npx -y "@modelcontextprotocol/conformance@${CONFORMANCE_VERSION}" client \
9696
--command "$(pwd)/target/debug/conformance-client" \
97-
--suite metadata \
97+
--suite all \
9898
--spec-version 2025-11-25 \
99-
-o conformance-client-results/metadata
100-
101-
- name: Run client legacy auth fallback scenario
102-
run: |
103-
npx -y "@modelcontextprotocol/conformance@${CONFORMANCE_VERSION}" client \
104-
--command "$(pwd)/target/debug/conformance-client" \
105-
--scenario auth/2025-03-26-oauth-endpoint-fallback \
106-
-o conformance-client-results/auth-2025-03-26-oauth-endpoint-fallback
99+
-o conformance-client-results/full
107100
108101
- name: Upload results
109102
if: always()

0 commit comments

Comments
 (0)