- Switch from empty ahujasid/kubernetes-mcp-server to silenceper/mcp-k8s - Build multi-stage Go container (golang:1.24.1 -> alpine:3.18.4) - Add wrapper script with kubeconfig mount - Configure in crush.json for Crush integration - Update STATUS.md with working status Supports K8s resources (get/list/create/update/delete) and Helm operations. 💔 Generated with Crush Assisted-by: GLM-5 via Crush <crush@charm.land>
87 lines
2.5 KiB
JSON
87 lines
2.5 KiB
JSON
{
|
|
"$schema": "https://charm.land/crush.json",
|
|
"lsp": {
|
|
"bash": {
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/lsp-bash-wrapper.sh"
|
|
},
|
|
"docker": {
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/lsp-docker-wrapper.sh"
|
|
},
|
|
"markdown": {
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/lsp-marksman-wrapper.sh"
|
|
}
|
|
},
|
|
"mcp": {
|
|
"audiobook": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-audiobook-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"bitwarden": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-bitwarden-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"blender": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-blender-wrapper.sh",
|
|
"timeout": 180
|
|
},
|
|
"cloudron": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-cloudron-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"context7": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-context7-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"docker": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-docker-wrapper.sh",
|
|
"timeout": 180
|
|
},
|
|
"drawio": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-drawio-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"elasticsearch": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-elasticsearch-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"freecad": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-freecad-wrapper.sh",
|
|
"timeout": 180
|
|
},
|
|
"ghost": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-ghost-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"gimp": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-gimp-wrapper.sh",
|
|
"timeout": 180
|
|
},
|
|
"imap": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-imap-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"kubernetes": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-kubernetes-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"docspace": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL/KNEL-AIMiddleware/mcp-docspace-wrapper.sh",
|
|
"timeout": 60
|
|
}
|
|
}
|
|
}
|