qwen_agent/skills/developing/ecommerce-storefront/.claude-plugin/plugin.json
2026-05-23 13:53:10 +08:00

20 lines
458 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}"]
}
}
}