Skip to content

chore(deps): bump @modelcontextprotocol/sdk from 1.12.1 to 1.20.0 #124

chore(deps): bump @modelcontextprotocol/sdk from 1.12.1 to 1.20.0

chore(deps): bump @modelcontextprotocol/sdk from 1.12.1 to 1.20.0 #124

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install dependencies
run: npm install
- name: Run linter
run: npm run lint
- name: TypeScript check
run: npm run build