20 lines
439 B
JSON
20 lines
439 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": {
|
|
"recipe-maker": {
|
|
"name": "Recipe Maker Server",
|
|
"transportType": "stdio",
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"-i",
|
|
"--rm",
|
|
"idjohnson/recipemakermcp:latest"
|
|
]
|
|
}
|
|
}
|
|
}
|