Skip to content

feat(community): add stdio MCP tools support #101

feat(community): add stdio MCP tools support

feat(community): add stdio MCP tools support #101

Workflow file for this run

name: Check
on:
push:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run check
run: bun run check