# MyFitnessPal MCP Server Environment Variables
# Exported Cookies (generated by export_cookies.py)
# This file is created automatically when you run:
# uv run python export_cookies.py
#
# MFP_COOKIES={"cookie_name": {"value": "...", "domain": "..."}, ...}
# Optional: HTTP server configuration
# Uncomment to run as HTTP server instead of stdio
# HOST=127.0.0.1
# PORT=8000