Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:53:11 +08:00
commit edef30d899
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "claude-desktop-extension",
"description": "This command provides the context necessary for Claude Code to create the Desktop Extension or .dxt file of an MCP.",
"version": "1.0.0",
"author": {
"name": " Anand Tyagi",
"url": "https://github.com/ananddtyagi"
},
"commands": [
"./commands/"
]
}