File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments