Skip to content

Rate limit tool calls on the HTTP transport #1111

Rate limit tool calls on the HTTP transport

Rate limit tool calls on the HTTP transport #1111

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
preflight:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24
cache: 'npm'
- name: Run preflight checks
run: npm run preflight
- name: Ensure no changes
run: git diff --exit-code