Skip to content

Bump @modelcontextprotocol/sdk from 1.11.0 to 1.24.0 #31

Bump @modelcontextprotocol/sdk from 1.11.0 to 1.24.0

Bump @modelcontextprotocol/sdk from 1.11.0 to 1.24.0 #31

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Run tests
run: npm test