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 cf86040 commit 3fc6301Copy full SHA for 3fc6301
bin/package.json
@@ -18,6 +18,9 @@
18
"postbuild": "node scripts/make-executable.js && node scripts/copy-cli.js",
19
"test": "node scripts/cli-tests.js"
20
},
21
- "dependencies": {},
+ "dependencies": {
22
+ "commander": "^13.1.0",
23
+ "spawn-rx": "^5.1.2"
24
+ },
25
"devDependencies": {}
26
}
package.json
@@ -48,7 +48,6 @@
48
"@modelcontextprotocol/inspector-client": "^0.7.0",
49
"@modelcontextprotocol/inspector-server": "^0.7.0",
50
"@modelcontextprotocol/sdk": "^1.8.0",
51
- "commander": "^13.1.0",
52
"concurrently": "^9.0.1",
53
"shell-quote": "^1.8.2",
54
"spawn-rx": "^5.1.2",
0 commit comments