Skip to content

Commit 1942036

Browse files
chore: update the version of the conformance suite. (#814)
It contains an important fix for client auth tests.
1 parent b17143f commit 1942036

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ jobs:
2929
# Wait for the server to be ready.
3030
timeout 30 bash -c 'until curl -s http://localhost:3001/mcp; do sleep 0.5; done'
3131
- name: "Run conformance tests"
32-
uses: modelcontextprotocol/conformance@c2f3fdaf781dcd5a862cb0d2f6454c1c210bf0f0 # v0.1.11
32+
uses: modelcontextprotocol/conformance@a2855b03582a6c0b31065ad4d9af248316ce61a3 # v0.1.15
3333
with:
3434
mode: server
3535
url: http://localhost:3001/mcp
3636
suite: active
3737
expected-failures: ./conformance/baseline.yml
38+
node-version: 22
3839

3940
client-conformance:
4041
runs-on: ubuntu-latest
@@ -46,9 +47,10 @@ jobs:
4647
with:
4748
go-version: "^1.25"
4849
- name: "Run conformance tests"
49-
uses: modelcontextprotocol/conformance@c2f3fdaf781dcd5a862cb0d2f6454c1c210bf0f0 # v0.1.11
50+
uses: modelcontextprotocol/conformance@a2855b03582a6c0b31065ad4d9af248316ce61a3 # v0.1.15
5051
with:
5152
mode: client
5253
command: go run ./conformance/everything-client/main.go
5354
suite: core
5455
expected-failures: ./conformance/baseline.yml
56+
node-version: 22

0 commit comments

Comments
 (0)