-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 1.73 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@inferensys/dr-mcp",
"version": "0.3.0",
"description": "Clean your MCPs with config audits, context-weight analysis, abandoned-package checks, upgrade plans, usage history, and safe patch plans.",
"type": "module",
"main": "dist/index.js",
"bin": {
"dr-mcp": "dist/cli.js"
},
"files": [
"dist",
"README.md",
"LICENSE",
"server.json"
],
"scripts": {
"build": "tsc",
"test": "vitest run",
"check": "npm run build && npm run test",
"prepare": "npm run build",
"prepack": "npm run check"
},
"keywords": [
"mcp",
"model-context-protocol",
"claude",
"cursor",
"diagnostics",
"developer-tools",
"mcp-server",
"mcp-registry",
"codex",
"claude-code",
"github-copilot",
"windsurf",
"vscode",
"cline",
"roo-code",
"continue",
"zed",
"dr-mcp",
"mcp-cleanup",
"mcp-scanner",
"mcp-audit",
"mcp-config",
"mcp-tools",
"mcp-cleaner",
"model-context-protocol-audit",
"agentic-coding",
"coding-agents",
"context-window",
"context-hygiene",
"security-audit",
"package-upgrades",
"abandoned-packages"
],
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"smol-toml": "^1.6.1",
"yaml": "^2.7.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/node": "^22.13.4",
"typescript": "^5.7.3",
"vitest": "^3.0.8"
},
"engines": {
"node": ">=18"
},
"homepage": "https://inferensys.github.io/dr-mcp/",
"repository": {
"type": "git",
"url": "git+https://github.com/Inferensys/dr-mcp.git"
},
"bugs": {
"url": "https://github.com/Inferensys/dr-mcp/issues"
},
"mcpName": "io.github.Inferensys/dr-mcp"
}