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 ff038bd commit 0193557Copy full SHA for 0193557
.github/workflows/ci-mcp-sanity.yml
@@ -46,6 +46,9 @@ jobs:
46
yarn workspace @vue-skuilder/mcp build
47
yarn workspace @vue-skuilder/mcp build:examples
48
49
+ - name: Run local-dev script directly
50
+ run: timeout 90s node packages/mcp/dist/examples/local-dev.mjs || true
51
+
52
- name: list resources
53
run: |
54
yarn workspace @vue-skuilder/mcp test:resources
0 commit comments