Facilitates interaction with Storybook configurations via the Model Context Protocol.
Storybook is a Model Context Protocol (MCP) server designed to interact with Storybook configurations. It leverages the `@modelcontextprotocol/sdk` and uses stdio transport for communication. The server offers tools such as `get-stories`, which retrieves a list of stories from a specified Storybook configuration directory. It caches data in a `./cache` directory relative to the script location for efficiency.