{ "name": "@mintel/klz-payload-mcp", "version": "1.9.17", "description": "KLZ PayloadCMS MCP server for technical product data and leads", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/start.js", "dev": "tsx watch src/index.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.27.1", "axios": "^1.7.2", "dotenv": "^17.3.1", "express": "^5.2.1", "zod": "^3.23.8" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^20.14.10", "typescript": "^5.5.3", "tsx": "^4.19.2" } }