12 lines
268 B
Bash
12 lines
268 B
Bash
|
|
# Required
|
||
|
|
MEALIE_API_TOKEN=
|
||
|
|
|
||
|
|
# Optional — defaults shown
|
||
|
|
MEALIE_BASE_URL=https://recept.famfallman.com
|
||
|
|
MEALIE_USER_AGENT=Mealie-MCP/0.1
|
||
|
|
|
||
|
|
# Optional — only needed for shopping_list_add
|
||
|
|
HA_BASE_URL=
|
||
|
|
HA_TOKEN=
|
||
|
|
HA_SHOPPING_LIST_ENTITY=todo.ourgroceries_shoppinglista
|