We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d05a1 commit b17143fCopy full SHA for b17143f
.github/workflows/conformance.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
go run ./conformance/everything-server/main.go -http=":3001" &
29
# Wait for the server to be ready.
30
- timeout 15 bash -c 'until curl -s http://localhost:3001/mcp; do sleep 0.5; done'
+ timeout 30 bash -c 'until curl -s http://localhost:3001/mcp; do sleep 0.5; done'
31
- name: "Run conformance tests"
32
uses: modelcontextprotocol/conformance@c2f3fdaf781dcd5a862cb0d2f6454c1c210bf0f0 # v0.1.11
33
with:
0 commit comments