21 lines
451 B
JSON
21 lines
451 B
JSON
{
|
|
"extensionId": "recipemaker",
|
|
"name": "RecipeMaker",
|
|
"version": "1.0.1",
|
|
"description": "An MCP server for creating recipes with images, running in a Docker container.",
|
|
"mcpServers": [
|
|
{
|
|
"id": "recipe-maker",
|
|
"name": "Recipe Maker Server",
|
|
"transportType": "stdio",
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"-i",
|
|
"--rm",
|
|
"idjohnson/recipemakermcp:latest"
|
|
]
|
|
}
|
|
]
|
|
}
|