-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 964 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@wong2/mcp-cli",
"version": "1.13.0",
"description": "A CLI inspector for the Model Context Protocol",
"bin": {
"mcp-cli": "src/cli.js"
},
"type": "module",
"homepage": "https://github.com/wong2/mcp-cli",
"files": [
"src",
"README.md"
],
"scripts": {},
"keywords": [
"MCP"
],
"author": "wong2",
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"dependencies": {
"@json-schema-tools/traverse": "^1.10.4",
"@modelcontextprotocol/sdk": "^1.15.1",
"conf": "^13.1.0",
"eventsource": "^3.0.6",
"express": "^5.1.0",
"get-port": "^7.1.0",
"lodash-es": "^4.17.21",
"meow": "^13.2.0",
"open": "^10.1.2",
"prompts": "^2.4.2",
"uri-template": "^2.0.0",
"yocto-spinner": "^0.2.2",
"yoctocolors": "^2.1.1",
"strict-url-sanitise": "^0.0.1"
}
}