Skip to content

feat: add more app configs to mcp #408

feat: add more app configs to mcp

feat: add more app configs to mcp #408

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
os: [windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: dtolnay/rust-toolchain@stable
- name: Build workspace
run: cargo build --workspace --verbose
# - name: Run tests
# run: cargo test --workspace --verbose