Skip to content

Commit b01f267

Browse files
authored
chore: add arg-parser and put the config under test MCP-86 (#429)
Co-authored-by: Copilot <[email protected]> Bypassed the check of dependencies in main because it uses the latest mcp inspector version which is broken. This PR also fixes that.
1 parent 974fa36 commit b01f267

File tree

15 files changed

+956
-82
lines changed

15 files changed

+956
-82
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
rm -rf node_modules
5656
npm pkg set scripts.prepare="exit 0"
5757
npm install --omit=dev
58-
- run: npx -y @modelcontextprotocol/inspector --cli --method tools/list -- node dist/esm/index.js
58+
- run: npx -y @modelcontextprotocol/inspector@0.16.2 --cli --method tools/list -- node dist/esm/index.js

package-lock.json

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"@mongodb-js/device-id": "^0.3.1",
9595
"@mongodb-js/devtools-connect": "^3.9.2",
9696
"@mongodb-js/devtools-proxy-support": "^0.5.1",
97+
"@mongosh/arg-parser": "^3.14.0",
9798
"@mongosh/service-provider-node-driver": "^3.10.2",
9899
"@vitest/eslint-plugin": "^1.3.4",
99100
"bson": "^6.10.4",

0 commit comments

Comments
 (0)