Mastra Agents API
Available Endpoints:
- GET /api/food-item-autocomplete?query=חלב
Returns: Array of food items with full details
Example:[{"name": "חלב", "item": {...}}, {"name": "חלב תנובה 3%", "item": {...}}, ...] - POST /api/food-item-replacement
Body:{"foodName": "חלב עיזים"}
Returns: Food replacement suggestions with full details