- Step1: Install uv using Homebrew with `brew install uv`
- Step2: Create a virtual environment with `uv venv`
- Step3: Activate the virtual environment using `source venv/bin/activate`
- Step4: Run `uv sync` to install dependencies
- Step5: Execute the main script with `uv run main.py` to start using the MCP-ADK-Client