Skip to content

Releases: that0n3guy/mealie-mcp-server-ts

v1.2.0

Choose a tag to compare

@that0n3guy that0n3guy released this 13 Dec 20:29

New features:

  • Added description parameter to create_recipe tool
  • Added description parameter to update_recipe tool

Tests:

  • Added 3 new functional t

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@that0n3guy that0n3guy released this 13 Dec 20:24

New features:

  • Recipe notes: add/update notes with title and text
  • Recipe servings: set recipeServings and recipeYield fields
  • Image upload: add_recipe_image tool (URL or base64)
  • Delete recipe: delete_recipe tool for removing recipes

Client additions:

  • uploadRecipeImage() - multipart/form-data image upload
  • fetchImageFromUrl() - download images from URLs
  • deleteRecipe() - delete recipes by slug

Type additions:

  • RecipeNote interface with title and text fields
  • Updated Recipe.notes to use RecipeNote[] instead of unknown[]

Tests:

  • Added comprehensive functional tests against live Mealie API
  • 40 tests covering all features (connection, CRUD, notes, servings,
    images, foods, units, mealplans, structured ingredients)

Full Changelog: v1.1.0...v1.1.0

v1.0.0 - Ready to depoy with NPM

Choose a tag to compare

@that0n3guy that0n3guy released this 13 Dec 03:53

First public release of the Mealie MCP Server (TypeScript).

Installation

npx mealie-mcp-server-ts

Or install globally:

npm install -g mealie-mcp-server-ts

Links: