File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments