-
-
Notifications
You must be signed in to change notification settings - Fork 166
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 926 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 926 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
37
38
39
40
41
42
43
44
{
"name": "kubectl-mcp-server",
"version": "1.25.0",
"description": "A Model Context Protocol (MCP) server for Kubernetes with 270+ tools, 8 resources, and 8 prompts for AI assistants",
"keywords": [
"kubernetes",
"kubectl",
"mcp",
"model-context-protocol",
"claude",
"cursor",
"ai",
"devops",
"k8s",
"mcp-ui"
],
"author": "Rohit Ghumare",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rohitg00/kubectl-mcp-server.git"
},
"bugs": {
"url": "https://github.com/rohitg00/kubectl-mcp-server/issues"
},
"homepage": "https://github.com/rohitg00/kubectl-mcp-server#readme",
"bin": {
"kubectl-mcp-server": "./bin/cli.js"
},
"files": [
"bin/"
],
"engines": {
"node": ">=16.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"scripts": {
"postinstall": "node bin/postinstall.js"
}
}