@redhat-cloud-services/hcc-pf-mcp
Version:
HCC PatternFly MCP package
44 lines (43 loc) • 937 B
JSON
{
"name": "@redhat-cloud-services/hcc-pf-mcp",
"version": "0.3.1",
"description": "HCC PatternFly MCP package",
"type": "module",
"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",
"tslib": "^2.3.0",
"zod": "^3.25.76"
}
}