@gorizond/mcp-rancher-multi
Version:
MCP server for multiple Rancher Manager backends with Fleet GitOps support
64 lines (63 loc) • 1.68 kB
JSON
{
"name": "@gorizond/mcp-rancher-multi",
"version": "0.1.16",
"private": false,
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"bin": {
"mcp-rancher-multi": "dist/cli.js"
},
"description": "MCP server for multiple Rancher Manager backends with Fleet GitOps support",
"keywords": [
"mcp",
"rancher",
"kubernetes",
"fleet",
"gitops",
"model-context-protocol"
],
"author": "Negash <i@negash.ru>",
"repository": {
"type": "git",
"url": "https://github.com/gorizond/mcp-rancher-multi.git"
},
"bugs": {
"url": "https://github.com/gorizond/mcp-rancher-multi/issues"
},
"homepage": "https://github.com/gorizond/mcp-rancher-multi#readme",
"scripts": {
"build": "tsc -p .",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"lint": "tsc --noEmit",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest --watch",
"prepublishOnly": "npm run build",
"bundle": "npm run build && pkg dist/index.js --targets node18-macos-arm64,node18-linux-x64,node18-win-x64 --output dist/mcp-rancher-multi",
"prepare": "node scripts/prepare-publish.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.4",
"dotenv": "^17.2.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/node": "^20.0.0",
"@vitest/coverage-v8": "^3.2.4",
"pkg": "^5.8.1",
"tsx": "^4.16.2",
"typescript": "^5.5.4",
"vitest": "^3.2.4"
},
"pkg": {
"targets": [
"node20-linux-x64",
"node20-macos-arm64",
"node20-win-x64"
]
}
}