feat(mcps): add glitchtip-mcp on port 3005

This commit is contained in:
2026-03-05 11:16:23 +01:00
parent 5c10eb0009
commit 29423123b3
6 changed files with 250 additions and 0 deletions

View File

@@ -28,5 +28,13 @@ module.exports = {
cwd: './packages/serpbear-mcp',
watch: false,
},
{
name: 'glitchtip-mcp',
script: 'node',
args: 'dist/start.js',
cwd: './packages/glitchtip-mcp',
watch: false,
},
]
};