Documentation
Build and Development
Scripts
npm scripts for development, build, and tooling.
Development and build
- npm run dev — Next.js dev server with Turbopack (default port 3000).
- npm run dev:3002 — Same as dev but on port 3002.
- npm run build — Production build (Next.js).
- npm run start — Run the production server after
npm run build. - npm run lint — Run ESLint (Next.js config).
Agent and MCP
- npm run mcp — Start the Cedar MCP server (
packages/cedar-mcp). Used by AI agents to interact with notebooks and audits. - npm run blog:agent — Run the blog content agent (
scripts/agent/run.ts). - npm run blog:agent:sample — Run the blog agent in sample mode.