feat(meal-planner): add add_recipe_to_meal_plan tool (v0.11.0)
New write tool using mpcreateByRecipeId endpoint (parameters verified from JS-bundle). Returns raw response pending production verification; structured output planned for v0.11.1. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
MCP server for [Family Wall](https://www.familywall.com) -- read and manage your family's circles, lists, tasks, and recipes directly from Claude.
|
||||
|
||||
## Features (v0.10.3)
|
||||
## Features (v0.11.0)
|
||||
|
||||
### Read
|
||||
|
||||
@@ -32,6 +32,7 @@ MCP server for [Family Wall](https://www.familywall.com) -- read and manage your
|
||||
- `create_recipe` -- create a new recipe (name, description, ingredients, instructions, prep/cook time, serves, url, category_ids); use `\n` to separate ingredient lines
|
||||
- `update_recipe` -- update any field of an existing recipe (partial update — omitted fields unchanged; supports `category_ids` list to change categories)
|
||||
- `delete_recipe` -- permanently delete a recipe (only own recipes)
|
||||
- `add_recipe_to_meal_plan` -- add a recipe from the recipe box to the meal plan for a specific date and meal slot (BREAKFAST/LUNCH/SNACK/DINNER)
|
||||
- `create_circle` -- create a new Family Wall circle (group)
|
||||
- `update_circle` -- rename a circle (server capitalises first letter; only name is changeable via API; primary circle is protected)
|
||||
- `delete_circle` -- permanently delete a circle and all its content (primary circle is protected)
|
||||
|
||||
Reference in New Issue
Block a user