qwen_agent/skills/developing/ecommerce-storefront/.claude-plugin/plugin.json
2026-05-26 17:43:12 +08:00

24 lines
515 B
JSON

{
"name": "ecommerce-storefront",
"description": "Renders interactive product browsing, selection, and order confirmation UI for e-commerce scenarios.",
"hooks": {
"PrePrompt": [
{
"type": "command",
"command": "python hooks/pre_prompt.py"
}
]
},
"mcpServers": {
"ecommerce_storefront": {
"transport": "stdio",
"command": "python",
"args": [
"./ecommerce_server.py",
"{bot_id}"
]
}
},
"category": "Developer Tools"
}