{ "name": "rundeck-mcp-server", "version": "1.0.4", "mcpName": "io.github.mariomorenodev/rundeck-mcp-server", "description": "The most comprehensive MCP server for Rundeck — manage jobs, executions, projects, nodes, and more from any MCP client", "type": "module", "main": "dist/index.js", "bin": { "rundeck-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "rundeck", "model-context-protocol", "claude", "automation", "devops", "job-scheduler", "runbook-automation" ], "author": "mariomorenodev", "license": "Apache-2.0", "repository": { "type": "git", "url": "git+https://github.com/mariomorenodev/rundeck-mcp-server.git" }, "homepage": "https://github.com/mariomorenodev/rundeck-mcp-server#readme", "bugs": { "url": "https://github.com/mariomorenodev/rundeck-mcp-server/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "zod": "^3.24.4" }, "devDependencies": { "@types/node": "^22.15.3", "tsx": "^4.19.4", "typescript": "^5.8.3" } }