Storybook Workflow

Local workbench, accessibility posture, MSW, and MCP boundaries.

View Markdown

Storybook lives in apps/storybook and uses @storybook/nextjs-vite.

The workbench includes docs, controls, @storybook/addon-a11y, local-only @storybook/addon-mcp, and MSW infrastructure. The current static slice has no network-like data, so handlers are intentionally empty.

Static Storybook deployment is public but noindexed. Local Storybook MCP support does not create a deployed MCP runtime.