{
  "name": "@quorum-us/opsgenie-mcp",
  "version": "1.0.1",
  "description": "MCP server for Opsgenie alert management with comprehensive filtering, custom queries, and AI-friendly interface",
  "main": "build/index.js",
  "type": "module",
  "bin": {
    "opsgenie-mcp": "./build/index.js"
  },
  "scripts": {
    "build": "tsc && chmod 755 build/index.js",
    "prepublishOnly": "npm run build",
    "test": "npm run test:all",
    "test:all": "npm run test:manual && npm run test:mcp",
    "test:manual": "npx tsx test/manual-test.ts",
    "test:mcp": "npx tsx test/mcp-test.ts"
  },
  "files": [
    "build",
    "README.md",
    "QUERY_EXAMPLES.md"
  ],
  "keywords": [
    "mcp",
    "model-context-protocol",
    "opsgenie",
    "alerts",
    "monitoring",
    "incident-management",
    "on-call",
    "ai",
    "assistant",
    "augment"
  ],
  "author": {
    "name": "Quorum US",
    "email": "vendors@quorum.us"
  },
  "license": "UNLICENSED",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/QuorumUS/quorum-mcps.git",
    "directory": "mcps/opsgenie-mcp"
  },
  "bugs": {
    "url": "https://github.com/QuorumUS/quorum-mcps/issues"
  },
  "homepage": "https://github.com/QuorumUS/quorum-mcps/tree/master/mcps/opsgenie-mcp#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.11.4",
    "axios": "^1.9.0",
    "zod": "^3.25.7"
  },
  "devDependencies": {
    "@types/node": "^22.15.20",
    "tsx": "^4.19.2",
    "typescript": "^5.8.3"
  }
}
