{
  "name": "@redhat-cloud-services/hcc-pf-mcp",
  "version": "0.6.0",
  "description": "HCC PatternFly MCP package",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "hcc-pf-mcp": "dist/index.js"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "keywords": [
    "hcc",
    "patternfly",
    "mcp",
    "red hat"
  ],
  "author": "Red Hat Cloud Services",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/RedHatInsights/platform-frontend-ai-toolkit",
    "directory": "packages/hcc-pf-mcp"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.22.0",
    "fast-glob": "^3.3.0",
    "tslib": "^2.3.0",
    "typescript": "^5.0.0",
    "zod": "^3.25.76"
  }
}
