-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.01 KB
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
{
"name": "mcp-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"tools:json": "pnpx @modelcontextprotocol/inspector --cli gk mcp --method tools/list > tools.json",
"tools": "tsx render-tools.ts",
"prompts:json": "pnpx @modelcontextprotocol/inspector --cli gk mcp --method prompts/list > prompts.json",
"prompts": "tsx render-prompts.ts",
"json": "run-p tools:json prompts:json",
"generate": "run-p tools prompts",
"build": "run-s json generate",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitkraken/MCP-Docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gitkraken/MCP-Docs/issues"
},
"homepage": "https://github.com/gitkraken/MCP-Docs#readme",
"devDependencies": {
"@types/node": "^24.3.0",
"@modelcontextprotocol/inspector": "^0.16.6",
"npm-run-all": "^4.1.5",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
}
}