"""Main entry point for the FoodWise MCP server when run as a module.""" from .main import mcp if __name__ == "__main__": mcp.run()