Skip to content

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 21 Dec 05:52
· 27 commits to main since this release

What's Changed

Fixed

  • Fixed update_food method to use PUT instead of PATCH (#16)
  • Fixed update_food to use label_id parameter instead of label (#16)
  • Fixed update_food to use correct API field labelId instead of label (#16)
  • Implemented GET-then-PUT pattern in update_food to preserve all food fields (#16)
  • Updated foods_update tool function to match new signature with label_id parameter (#16)

Impact

  • Enables programmatic label assignment to foods
  • Supports shopping list organization by label category
  • Enables bulk food categorization workflows
  • Enables automated food organization

Docker Image

docker pull ghcr.io/mdlopresti/mealie-mcp:1.7.1

See README for configuration instructions.