-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.18 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.18 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
{
"name": "@standardbeagle/devtool-mcp",
"version": "0.13.4",
"mcpName": "io.github.standardbeagle/devtool-mcp",
"description": "MCP server providing development tooling capabilities - project detection, process management, reverse proxy with frontend diagnostics",
"main": "dist/index.js",
"bin": {
"devtool-mcp": "bin/devtool-mcp"
},
"scripts": {
"postinstall": "node scripts/install.js",
"prepack": "node scripts/prepack.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"development",
"devtools",
"proxy",
"debugging",
"frontend",
"diagnostics",
"accessibility",
"process-management"
],
"author": "Standard Beagle",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/standardbeagle/devtool-mcp.git"
},
"bugs": {
"url": "https://github.com/standardbeagle/devtool-mcp/issues"
},
"homepage": "https://standardbeagle.github.io/devtool-mcp/",
"engines": {
"node": ">=18.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"bin/",
"scripts/",
"dist/",
"README.md",
"LICENSE"
]
}