UNPKG

@turbot/powerpipe-mcp

Version:

Powerpipe MCP server to run benchmarks, detections and controls using AI.

50 lines (49 loc) 1.13 kB
{ "name": "@turbot/powerpipe-mcp", "version": "0.1.0", "description": "Powerpipe MCP server to run benchmarks, detections and controls using AI.", "license": "Apache-2.0", "author": "Turbot HQ, Inc", "homepage": "https://github.com/turbot/powerpipe-mcp", "bugs": "https://github.com/turbot/powerpipe-mcp/issues", "type": "module", "bin": { "mcp-server-powerpipe": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/index.js", "clean": "rm -rf dist", "prepare": "npm run build", "prepublishOnly": "npm run clean && npm run build", "watch": "tsc --watch", "start": "node dist/index.js" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "keywords": [ "ai", "cnapp", "mcp", "mcp-server", "powerpipe", "security", "turbot-pipes" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "@types/ajv": "^0.0.5", "ajv": "^8.17.1" }, "devDependencies": { "@types/node": "^22.14.0", "shx": "^0.3.4", "typescript": "^5.6.2" } }