Skip to content

fix(mcp): align modern results with protocol spec #437

fix(mcp): align modern results with protocol spec

fix(mcp): align modern results with protocol spec #437

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Node.js
uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: ESLint
run: npx eslint .