Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
STORYBOOK_URL | No | The URL of the running Storybook instance | http://localhost:6006 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
storybook_get_stories | Get list of all Storybook stories |
storybook_test_component | Run visual and accessibility tests on a component |
tailwind_generate_config | Generate Tailwind configuration from design tokens |
tailwind_optimize_classes | Optimize and deduplicate Tailwind classes |
animation_create_timeline | Create animation timeline with Framer Motion or GSAP |
animation_preview | Generate preview of animation sequence |
playwright_test_ui | Run UI tests with Playwright |
playwright_capture_screenshots | Capture screenshots across browsers and viewports |
component_create | Create a new UI component with best practices |
component_analyze | Analyze component for performance and accessibility |
workflow_optimize_ux | Run comprehensive UX optimization analysis |
workflow_build_design_system | Generate complete design system from components |