Uber Eats MCP Server

# Environment variables .env # Virtual Environment .venv/ venv/ env/ ENV/ # Python cache files __pycache__/ *.py[cod] *$py.class *.so .Python # Distribution / packaging dist/ build/ *.egg-info/ *.egg # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ # Jupyter Notebook .ipynb_checkpoints # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store # Browser-use specific *.gif browser_screenshots/