LICENSE
README.md
pyproject.toml
src/wisefood/__init__.py
src/wisefood/analytics.py
src/wisefood/api_client.py
src/wisefood/autocomplete.py
src/wisefood/client.py
src/wisefood/exceptions.py
src/wisefood/telemetry.py
src/wisefood.egg-info/PKG-INFO
src/wisefood.egg-info/SOURCES.txt
src/wisefood.egg-info/dependency_links.txt
src/wisefood.egg-info/entry_points.txt
src/wisefood.egg-info/requires.txt
src/wisefood.egg-info/top_level.txt
src/wisefood/entities/articles.py
src/wisefood/entities/artifacts.py
src/wisefood/entities/base.py
src/wisefood/entities/fctables.py
src/wisefood/entities/guides.py
src/wisefood/entities/households.py
src/wisefood/entities/textbooks.py
src/wisefood_mcp/__init__.py
src/wisefood_mcp/codes.py
src/wisefood_mcp/fctables.py
src/wisefood_mcp/licences.py
src/wisefood_mcp/passages.py
src/wisefood_mcp/registry.py
src/wisefood_mcp/server.py
src/wisefood_mcp/stores.py
src/wisefood_mcp/tools/__init__.py
src/wisefood_mcp/tools/catalog.py
src/wisefood_mcp/tools/recipes.py
src/wisefood_mcp/tools/research.py
src/wisefood_mcp/tools/writes.py
tests/test_artifacts.py
tests/test_client.py
tests/test_entities.py
tests/test_exceptions.py
tests/test_guides.py
tests/test_households.py
tests/test_mcp_tools.py
tests/test_passages.py
tests/test_recipe_source.py
tests/test_telemetry.py
tests/test_textbooks.py