MCP Terminal Server

# Hello world ## Setup environment ```bash uv venv source .venv/bin/activate ``` ## Run the sample TODO ```bash genkit start -- uv run --directory py samples/coffee-shop/main.py ```