Skip to content

chore(deps): bump @modelcontextprotocol/sdk from 1.12.1 to 1.17.5 #75

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

chore(deps): bump @modelcontextprotocol/sdk from 1.12.1 to 1.17.5 #75

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