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