Skip to content

Update npm package to WebSocket-based bridge (v0.5.1) #52

Update npm package to WebSocket-based bridge (v0.5.1)

Update npm package to WebSocket-based bridge (v0.5.1) #52

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- run: node --check mcp-server/server/index.js
- run: cd worker && npm ci && npx wrangler deploy --dry-run --outdir dist