feat(meal-planner): structured output for add_meal_to_meal_plan (v0.11.3)
Map verified mpcreate response to same field layout as get_meal_plan. Key difference: a00.r.r is an array (take [0]) unlike mpcreateByRecipeId which returns a plain object. is_from_recipe_box is always false. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "mcp-familywall"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
description = "MCP server for Family Wall — read your family's lists and tasks via Claude"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
Reference in New Issue
Block a user