Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CUSTOM_TOOLS | No | JSON array of custom tool definitions for extracting specific information from your Storybook | |
| STORYBOOK_URL | Yes | The URL to your Storybook's index.json file |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| getComponentList | Get a list of all components from the configured Storybook |
| getComponentsProps | Get props information for multiple components |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |