{ "name": "jira-alerts-mcp", "version": "2.1.0", "mcpName": "io.github.rrvrs/jira-alerts-mcp", "description": "MCP server for the Jira Service Management Operations REST API — alerts and on-call", "keywords": [ "mcp", "model-context-protocol", "jira", "jira-service-management", "jsm", "opsgenie", "alerts", "on-call", "incident-response", "claude" ], "license": "Apache-2.0", "author": "Rahul Veer Singh", "homepage": "https://github.com/rrvrs/jira-alerts-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/rrvrs/jira-alerts-mcp.git" }, "bugs": { "url": "https://github.com/rrvrs/jira-alerts-mcp/issues" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "jira-alerts-mcp": "dist/index.js" }, "publishConfig": { "access": "public", "provenance": true }, "files": [ "dist", "TOOLS.md" ], "scripts": { "start": "node dist/index.js", "dev": "tsx watch src/index.ts", "build": "tsc && chmod +x dist/index.js", "typecheck": "tsc --noEmit && tsc -p tsconfig.test.json", "lint": "biome check src scripts", "format": "biome check --write src scripts", "test": "node --import tsx --test \"src/**/*.test.ts\"", "clean": "rm -rf dist", "check:manifests": "node scripts/check-manifests.mjs", "check:endpoints": "node --import tsx scripts/check-endpoints.mjs", "sync:version": "node scripts/sync-version.mjs", "version": "node scripts/sync-version.mjs && git add server.json src/constants.ts package-lock.json", "spec:refresh": "node scripts/refresh-spec.mjs", "inspect": "npx @modelcontextprotocol/inspector node dist/index.js" }, "engines": { "node": ">=24" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "axios": "^1.20.0", "express": "^5.2.1", "zod": "^4.5.4" }, "devDependencies": { "@biomejs/biome": "^2.5.12", "@types/express": "^5.0.6", "@types/node": "^26.5.0", "tsx": "^4.23.13", "typescript": "^7.0.2", "yaml": "^2.9.0" } }