Releases: storybookjs/mcp
@storybook/addon-mcp@0.3.4
Patch Changes
-
#179
ec300bdThanks @copilot-swe-agent! - Improve/mcpHTML response -
#181
ff217d8Thanks @copilot-swe-agent! - Rename feature flagexperimentalComponentsManifest→componentsManifestThe Storybook feature flag has been renamed from
experimentalComponentsManifesttocomponentsManifestand now defaults totruein Storybook core. -
Updated dependencies [
ff217d8]:- @storybook/mcp@0.5.1
@storybook/mcp@0.5.0
Minor Changes
-
#171
b3a8356Thanks @copilot-swe-agent! - ExportaddGetStoryDocumentationTooldirectly instead of renaming it toaddGetComponentStoryDocumentationTool.Breaking change: If you were importing
addGetComponentStoryDocumentationToolfrom@storybook/mcp, update your import to useaddGetStoryDocumentationToolinstead.
Patch Changes
-
#175
6a098f9Thanks @JReinhold! - Add story ID based inputs for preview/testing workflows and surface story IDs in docs outputs.This change keeps existing path-based story inputs (
absoluteStoryPath+exportName) while adding astoryIdinput shape forpreview-storiesandrun-story-tests. It also addswithStoryIdstolist-all-documentationand includes story IDs inget-documentationstory sections, so agents can discover and reuse IDs directly without extra filesystem lookup steps.
@storybook/addon-mcp@0.3.3
Patch Changes
-
#171
b3a8356Thanks @copilot-swe-agent! - Fix: expose theget-documentation-for-storytool in the MCP Addon. -
#176
8afbb72Thanks @JReinhold! - Improvepreview-storiestool description to make agent behavior more consistent. -
#175
6a098f9Thanks @JReinhold! - Add story ID based inputs for preview/testing workflows and surface story IDs in docs outputs.This change keeps existing path-based story inputs (
absoluteStoryPath+exportName) while adding astoryIdinput shape forpreview-storiesandrun-story-tests. It also addswithStoryIdstolist-all-documentationand includes story IDs inget-documentationstory sections, so agents can discover and reuse IDs directly without extra filesystem lookup steps. -
Updated dependencies [
b3a8356,6a098f9]:- @storybook/mcp@0.5.0
@storybook/mcp@0.4.1
Patch Changes
- #131
9cf991cThanks @JReinhold! - Fixed type bundling issue
@storybook/addon-mcp@0.3.2
Patch Changes
-
#131
9cf991cThanks @JReinhold! - Addedrun-story-teststool that is available when:@storybook/addon-vitestis configured- Running Storybook 10.3.0-alpha.8 or above
Additionally, if
@storybook/addon-a11yis configured, the tool returns accessibility violations too. -
Updated dependencies [
9cf991c]:- @storybook/mcp@0.4.1
@storybook/mcp@0.4.0
Minor Changes
- #168
c0793d4Thanks @kasperpeulen! - Add react-docgen-typescript support for component manifest parsing.
@storybook/mcp@0.3.0
Minor Changes
-
#165
e088e05Thanks @JReinhold! - Remove support for XML format.Breaking Change
The related option to configure XML vs markdown format now has no impact, the output is always formatted as markdown.
-
#140
f9fce2aThanks @kasperpeulen! - Add multi-source composition with OAuth for private Storybooks
@storybook/addon-mcp@0.3.1
Patch Changes
- Updated dependencies [
c0793d4]:- @storybook/mcp@0.4.0
@storybook/addon-mcp@0.3.0
Minor Changes
-
#165
e088e05Thanks @JReinhold! - Remove support for XML format.Breaking Change
The related option to configure XML vs markdown format now has no impact, the output is always formatted as markdown.
-
#140
f9fce2aThanks @kasperpeulen! - Add multi-source composition with OAuth for private Storybooks
Patch Changes
-
#163
68cb213Thanks @domazet93! - Fixpreview-storiesfailing to find stories in monorepo packages directories. -
Updated dependencies [
e088e05,f9fce2a]:- @storybook/mcp@0.3.0
@storybook/mcp@0.2.2
Patch Changes
-
#123
b7aeb40Thanks @valentinpalkovic! - Minimize token usage by only including the 3 first stories in component documentation.... if there are already prop types. If there are no prop types, include all stories. Additional stories can be fetched individually using a new
get-documentation-for-storytool. -
#160
bab8ec9Thanks @JReinhold! - Render component-attached MDX docs entries in markdown output forget-documentation.This fixes a regression where docs attached to components via
component.docsincomponents.jsonwere not included in markdown responses. The markdown formatter now emits a## Docssection below stories (and before props).