Skip to content

Quality

Status: Engine v0.1 local — tooling aligned with the website stack.

Execution engine

bash
cd mcp-execution-engine
npm install
npm run test:ci
npm run lf:ci
npm run typecheck
npm run build
ScriptPurpose
test:ciVitest — unit and integration tests
lf:ciESLint + Prettier check
typecheckTypeScript
buildEmit dist/

CI workflow: .github/workflows/ci.yml in the engine repo (runs on push when published).

MCP docs site

bash
npm run mcp-docs:build

Built output: dist/mcp-docs/ (deployed via npm run build:deploy on the server).

Changelog

Quality Changelog
  1. v0.32026-07-20Quality procedures under internals/.

Use = end-user reference. Internals = architecture and operations. Each section carries its own micro-changelog.