Sample MCP server that talks to SQL database to get customer data Setup Install dependencies uv venv uv venv --activate uv pip install -e . Run the server uv run mcp dev main.py