24 lines
515 B
JSON
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"
|
|
}
|