Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

fix(deps): update dependency @modelcontextprotocol/sdk to v1.18.0 #206

fix(deps): update dependency @modelcontextprotocol/sdk to v1.18.0

fix(deps): update dependency @modelcontextprotocol/sdk to v1.18.0 #206

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: '.node-version'
- run: npm install
- run: npm run build