Thanks for contributing! This repo is a PNPM + Nx monorepo.
- Node.js
>= 20 - PNPM (this repo pins
[email protected]viapackageManager)
pnpm installFrom the repo root:
pnpm build
pnpm test
pnpm lint
pnpm typecheckRun the minimal example (server + UI watcher):
pnpm -C examples/minimal devFor a comprehensive demo, see the separate kanban-mcp-example repository.
- Formatting:
pnpm format:write - Keep public APIs backward compatible when possible; use semver for breaking changes.