check-kubernetes-cluster-fixed
Version:
MCP server to check Kubernetes cluster health and status
58 lines (57 loc) • 1.42 kB
JSON
{
"name": "check-kubernetes-cluster-fixed",
"version": "0.0.7",
"description": "MCP server to check Kubernetes cluster health and status",
"type": "module",
"main": "build/index.js",
"bin": {
"check-kubernetes-cluster-fixed": "build/index.js"
},
"scripts": {
"build": "tsc && chmod +x build/index.js",
"start": "node --no-deprecation build/index.js",
"dev": "tsc -w",
"clean": "rm -rf build",
"prepare": "npm run build",
"test": "echo \"No tests yet\""
},
"keywords": [
"mcp",
"kubernetes",
"cluster",
"health",
"status",
"validation"
],
"author": "Rinor Maloku <rinormaloku37@gmail.com>",
"license": "MIT",
"dependencies": {
"@jsdevtools/chai-exec": "^2.1.1",
"chai": "^5.1.2",
"chai-http": "^5.1.2",
"deep-object-diff": "^1.1.9",
"fastmcp": "^1.27.7",
"js-yaml": "^4.1.0"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"build",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rinormaloku/check-kubernetes-cluster-fixed.git"
},
"bugs": {
"url": "https://github.com/rinormaloku/check-kubernetes-cluster-fixed/issues"
},
"homepage": "https://github.com/rinormaloku/check-kubernetes-cluster-fixed#readme",
"devDependencies": {
"@types/chai": "^5.2.2",
"@types/js-yaml": "^4.0.9",
"@types/yargs": "^17.0.33"
}
}