Skip to content

feat: add MCP server with 6 tools for AI agent orchestration #17

feat: add MCP server with 6 tools for AI agent orchestration

feat: add MCP server with 6 tools for AI agent orchestration #17

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
name: Check & Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- uses: Swatinem/rust-cache@v2
- run: cargo clippy -- -D warnings
- run: cargo test
- run: cargo build --release