storybook_get_stories
Retrieve all Storybook stories from a specified URL to streamline UI/UX component development and testing workflows within the UI/UX MCP Server environment.
Instructions
Get list of all Storybook stories
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | No | Storybook URL |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "Storybook URL",
"type": "string"
}
},
"type": "object"
}