To not execute the MCP tool calls, add "do not search on the web" to the prompt.
Start DevContainer.
Create virtual environment:
python -m venv tmp
choose the name you want
Activate virtual environment:
source tmp/bin/activate
To deactivate virtual environment
deactivate
Add dependencies:
pip install -r requirements.txt