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