{
  "name": "@theronap/cortex-mcp",
  "version": "0.9.52",
  "description": "Connect your AI assistant to Cortex — your org's projects, activity, gaps, and directives, scoped to you.",
  "type": "module",
  "bin": {
    "cortex-mcp": "bin/cortex-mcp.mjs"
  },
  "files": [
    "bin",
    "lib",
    "skills",
    "!lib/**/*.test.mjs",
    "!scripts"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^3.23.8"
  },
  "keywords": [
    "mcp",
    "cortex",
    "claude",
    "ai",
    "org-intelligence"
  ],
  "license": "MIT",
  "scripts": {
    "release": "node scripts/release.mjs release",
    "promote": "node scripts/release.mjs promote",
    "rollback": "node scripts/release.mjs rollback"
  }
}
