Skip to content

Commit 7eb02f6

Browse files
committed
ci: fix draft conformance version env var in client step
1 parent cfba148 commit 7eb02f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
# SEP-2322 MRTR client scenario (spec 2026-07-28).
158158
- name: Run SEP-2322 MRTR client scenario
159159
run: |
160-
npx -y "@modelcontextprotocol/conformance@${CONFORMANCE_DRAFT_VERSION}" client \
160+
npx -y "@modelcontextprotocol/conformance@${DRAFT_CONFORMANCE_VERSION}" client \
161161
--command "$(pwd)/target/debug/conformance-client" \
162162
--scenario sep-2322-client-request-state \
163163
-o conformance-client-results/mrtr

0 commit comments

Comments
 (0)