12 lines
328 B
JSON
12 lines
328 B
JSON
{
|
|
"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/"
|
|
]
|
|
} |