Skip to content

Remove legacy Python receiver and update CI to Node.js #46

Remove legacy Python receiver and update CI to Node.js

Remove legacy Python receiver and update CI to Node.js #46

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 tsc --noEmit