Skip to content

feat(cli): add inspect-mcp — inspect MCP servers for security issues #30

feat(cli): add inspect-mcp — inspect MCP servers for security issues

feat(cli): add inspect-mcp — inspect MCP servers for security issues #30

Workflow file for this run

name: CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
jobs:
lint-and-type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9.0.0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: pnpm install --frozen-lockfile
- run: pnpm turbo type-check
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9.0.0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: pnpm install --frozen-lockfile
- run: pnpm turbo test