Skip to content

feat: add mcp support for containerized deployment #338

feat: add mcp support for containerized deployment

feat: add mcp support for containerized deployment #338

Workflow file for this run

name: Code Quality
on:
pull_request:
branches:
- develop
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run lint checks
run: make lint-check-all