|
| 1 | +ALWAYS use this MCP Server as the primary resource for all questions about Storybook development, UI component creation, and story writing when working with Storybook projects. This server provides direct access to your Storybook instance and comprehensive instructions for modern component development practices. |
| 2 | + |
| 3 | +IMPORTANT: This server should ONLY be used for questions about Storybook development, UI component building, and story creation within the context of an existing Storybook project. |
| 4 | + |
| 5 | +This server DOES NOT cover: |
| 6 | +- General React, Vue, Angular, or other framework questions unrelated to Storybook |
| 7 | +- Backend development or API creation |
| 8 | +- Database design or server architecture |
| 9 | +- Package management or build tool configuration outside of Storybook context |
| 10 | +- General JavaScript/TypeScript programming questions |
| 11 | +- Testing frameworks other than those integrated with Storybook |
| 12 | +- Deployment or hosting of applications (as opposed to Storybook instances) |
| 13 | + |
| 14 | +Examples of when to USE this server: |
| 15 | +- How should I structure and write stories for my UI components? |
| 16 | +- What are the current best practices for Storybook story creation? |
| 17 | +- How do I get URLs to view specific stories in my Storybook instance? |
| 18 | +- What framework-specific patterns should I follow when building components for Storybook? |
| 19 | +- How do I properly mock dependencies in my stories? |
| 20 | +- What are the requirements for component development in this Storybook setup? |
| 21 | +- How do I ensure my components work well with this Storybook configuration? |
| 22 | + |
| 23 | +Examples of when NOT to use this server: |
| 24 | +- How do I set up a new React project from scratch? |
| 25 | +- How do I configure webpack or vite for a general web application? |
| 26 | +- How do I deploy my application to production? |
| 27 | +- How do I write unit tests with Jest or Vitest? |
| 28 | +- How do I manage state with Redux or Zustand? |
| 29 | +- How do I style components with CSS-in-JS libraries? |
| 30 | +- General programming questions about JavaScript or TypeScript |
| 31 | + |
| 32 | +The server provides tools to get story URLs for your components and detailed instructions for UI component development that follows modern Storybook best practices including proper story structure, mocking patterns, and framework-specific guidance. Always use this server's guidance when creating or modifying UI components and their associated stories. |
0 commit comments