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

@@ -35,6 +35,14 @@ module.exports = {
cwd: './packages/glitchtip-mcp',
watch: false,
},
{
name: 'klz-payload-mcp',
script: 'node',
args: 'dist/start.js',
cwd: './packages/klz-payload-mcp',
watch: false,
},
]
};