From 6a89266a07565e6826f1de036b0981c5b72a67cf Mon Sep 17 00:00:00 2001 From: Maciek Kisiel Date: Fri, 20 Feb 2026 14:52:53 +0000 Subject: [PATCH] chore: update the version of the conformance suite. --- .github/workflows/conformance.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 7a2e65f5..eb88ff54 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -29,12 +29,13 @@ jobs: # Wait for the server to be ready. timeout 15 bash -c 'until curl -s http://localhost:3001/mcp; do sleep 0.5; done' - name: "Run conformance tests" - uses: modelcontextprotocol/conformance@c2f3fdaf781dcd5a862cb0d2f6454c1c210bf0f0 # v0.1.11 + uses: modelcontextprotocol/conformance@a2855b03582a6c0b31065ad4d9af248316ce61a3 # v0.1.15 with: mode: server url: http://localhost:3001/mcp suite: active expected-failures: ./conformance/baseline.yml + node-version: 22 client-conformance: runs-on: ubuntu-latest @@ -46,9 +47,10 @@ jobs: with: go-version: "^1.25" - name: "Run conformance tests" - uses: modelcontextprotocol/conformance@c2f3fdaf781dcd5a862cb0d2f6454c1c210bf0f0 # v0.1.11 + uses: modelcontextprotocol/conformance@a2855b03582a6c0b31065ad4d9af248316ce61a3 # v0.1.15 with: mode: client command: go run ./conformance/everything-client/main.go suite: core expected-failures: ./conformance/baseline.yml + node-version: 22