Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:15 +08:00
commit c5acc382af
5 changed files with 185 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "crashlytics",
"description": "Generate crash reports from Firebase Crashlytics for iOS and Android with fix proposals and developer assignments",
"version": "1.1.0",
"author": {
"name": "Artem Novichkov",
"email": "mail@artemnovichkov.com",
"url": "https://artemnovichkov.com"
},
"commands": [
"./commands/"
],
"mcp": [
"./.mcp.json"
]
}