feat(mcps): add klz-payload-mcp on port 3006 for customer data

This commit is contained in:
2026-03-05 12:42:20 +01:00
parent daa2750f89
commit d0a17a8a31
6 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "@mintel/klz-payload-mcp",
"version": "1.9.10",
"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"
}
}