Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:54 +08:00
commit a641077e5d
3 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "undo",
"description": "Debug and analyze Undo recordings using AI-powered queries",
"version": "0.1.0",
"author": {
"name": "Undo",
"email": "support@undo.io"
},
"mcp": {
"undo-debugger": {
"command": "${CLAUDE_PLUGIN_ROOT}/run.sh",
"args": []
}
}
}