We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfba148 commit 7eb02f6Copy full SHA for 7eb02f6
1 file changed
.github/workflows/conformance.yml
@@ -157,7 +157,7 @@ jobs:
157
# SEP-2322 MRTR client scenario (spec 2026-07-28).
158
- name: Run SEP-2322 MRTR client scenario
159
run: |
160
- npx -y "@modelcontextprotocol/conformance@${CONFORMANCE_DRAFT_VERSION}" client \
+ npx -y "@modelcontextprotocol/conformance@${DRAFT_CONFORMANCE_VERSION}" client \
161
--command "$(pwd)/target/debug/conformance-client" \
162
--scenario sep-2322-client-request-state \
163
-o conformance-client-results/mrtr
0 commit comments