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 9be3e12 commit 5348a3aCopy full SHA for 5348a3a
.github/workflows/code_health.yaml
@@ -74,13 +74,8 @@ jobs:
74
node-version-file: package.json
75
cache: "npm"
76
- name: Install dependencies & build
77
- run: npm ci
78
- - name: Remove dev dependencies
79
- run: |
80
- rm -rf node_modules
81
- npm pkg set scripts.prepare="exit 0"
82
- npm install --omit=dev
83
- - run: npx -y @modelcontextprotocol/inspector --cli --method tools/list -- node dist/index.js --connectionString "mongodb://localhost"
+ run: npm ci --omit=dev --include=@modelcontextprotocol/inspector
+ - run: npm run inspect -- --cli --method tools/list --connectionString "mongodb://localhost"
84
85
coverage:
86
name: Report Coverage
0 commit comments