We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d3380 commit c559fe6Copy full SHA for c559fe6
.github/workflows/ci-mcp-sanity.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: run test database
37
run: |
38
yarn couchdb:start
39
+ npx wait-on --timeout 5m http://localhost:5984
40
41
- name: Build mcp package and examples
42
0 commit comments