Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:36 +08:00
commit df3f963aea
6 changed files with 645 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "catalyst-debugging",
"description": "Production error monitoring with Sentry MCP integration. Enable when debugging errors, analyzing stack traces, and investigating incidents. ~20k context tokens when enabled.",
"version": "1.0.2",
"author": {
"name": "Coalesce Labs",
"email": "hello@coalesce.dev",
"url": "https://github.com/coalesce-labs"
},
"commands": [
"./commands"
]
}