Skip to content

Add MCP server

Add MCP server #48

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
integration-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8.0
- name: Install copier
run: uv tool install copier
- name: Run integration tests
run: make integration-test