Find Flights MCP Server

#!/bin/bash echo 'Installing Python dependencies for OCR...' echo 'Installing uv' curl -LsSf https://astral.sh/uv/install.sh | sh echo 'Using uv to install markitdown' uv sync echo 'Finished install Python dependencies'