# Command Map ## Root commands - `npm run setup` - `npm run dev` - `npm run build` - `npm start` - `npm run test:server` - `npm run test:client` - `npm run install-hooks` - `npm run import-history` - `npm run clear-data` ## MCP helper commands (root) - `npm run mcp:install` - `npm run mcp:build` - `npm run mcp:start` - `npm run mcp:dev` - `npm run mcp:typecheck` ## Direct MCP package commands - `npm --prefix mcp install` - `npm --prefix mcp run build` - `npm --prefix mcp run start` - `npm --prefix mcp run typecheck`