Skip to content

feat: add examples/mcp-sqlite.json SQLite MCP server config #55

feat: add examples/mcp-sqlite.json SQLite MCP server config

feat: add examples/mcp-sqlite.json SQLite MCP server config #55

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-toolchain/setup-rust@1
- run: cargo fmt --all -- --check
- run: cargo clippy -- -D warnings
- run: cargo test --release