Skip to content

Bump @modelcontextprotocol/sdk from 1.10.2 to 1.12.0 #129

Bump @modelcontextprotocol/sdk from 1.10.2 to 1.12.0

Bump @modelcontextprotocol/sdk from 1.10.2 to 1.12.0 #129

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: false
- uses: actions/setup-node@v4
with:
cache: pnpm
cache-dependency-path: ./pnpm-lock.yaml
node-version-file: './package.json'
- run: pnpm install
- run: pnpm test
- run: pnpm build