Skip to content

Releases: storybookjs/mcp

@storybook/addon-mcp@0.3.4

05 Mar 12:44
07f8d07

Choose a tag to compare

Patch Changes

  • #179 ec300bd Thanks @copilot-swe-agent! - Improve /mcp HTML response

  • #181 ff217d8 Thanks @copilot-swe-agent! - Rename feature flag experimentalComponentsManifestcomponentsManifest

    The Storybook feature flag has been renamed from experimentalComponentsManifest to componentsManifest and now defaults to true in Storybook core.

  • Updated dependencies [ff217d8]:

    • @storybook/mcp@0.5.1

@storybook/mcp@0.5.0

27 Feb 08:53
eccfa39

Choose a tag to compare

Minor Changes

  • #171 b3a8356 Thanks @copilot-swe-agent! - Export addGetStoryDocumentationTool directly instead of renaming it to addGetComponentStoryDocumentationTool.

    Breaking change: If you were importing addGetComponentStoryDocumentationTool from @storybook/mcp, update your import to use addGetStoryDocumentationTool instead.

Patch Changes

  • #175 6a098f9 Thanks @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 a storyId input shape for preview-stories and run-story-tests. It also adds withStoryIds to list-all-documentation and includes story IDs in get-documentation story sections, so agents can discover and reuse IDs directly without extra filesystem lookup steps.

@storybook/addon-mcp@0.3.3

27 Feb 08:53
eccfa39

Choose a tag to compare

Patch Changes

  • #171 b3a8356 Thanks @copilot-swe-agent! - Fix: expose the get-documentation-for-story tool in the MCP Addon.

  • #176 8afbb72 Thanks @JReinhold! - Improve preview-stories tool description to make agent behavior more consistent.

  • #175 6a098f9 Thanks @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 a storyId input shape for preview-stories and run-story-tests. It also adds withStoryIds to list-all-documentation and includes story IDs in get-documentation story 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

23 Feb 10:33
1631d4e

Choose a tag to compare

Patch Changes

@storybook/addon-mcp@0.3.2

23 Feb 10:33
1631d4e

Choose a tag to compare

Patch Changes

  • #131 9cf991c Thanks @JReinhold! - Added run-story-tests tool that is available when:

    1. @storybook/addon-vitest is configured
    2. Running Storybook 10.3.0-alpha.8 or above

    Additionally, if @storybook/addon-a11y is configured, the tool returns accessibility violations too.

  • Updated dependencies [9cf991c]:

    • @storybook/mcp@0.4.1

@storybook/mcp@0.4.0

20 Feb 16:01
7f86a17

Choose a tag to compare

Minor Changes

@storybook/mcp@0.3.0

20 Feb 13:33
e1b559b

Choose a tag to compare

Minor Changes

  • #165 e088e05 Thanks @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 f9fce2a Thanks @kasperpeulen! - Add multi-source composition with OAuth for private Storybooks

@storybook/addon-mcp@0.3.1

20 Feb 16:01
7f86a17

Choose a tag to compare

Patch Changes

  • Updated dependencies [c0793d4]:
    • @storybook/mcp@0.4.0

@storybook/addon-mcp@0.3.0

20 Feb 13:33
e1b559b

Choose a tag to compare

Minor Changes

  • #165 e088e05 Thanks @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 f9fce2a Thanks @kasperpeulen! - Add multi-source composition with OAuth for private Storybooks

Patch Changes

  • #163 68cb213 Thanks @domazet93! - Fix preview-stories failing to find stories in monorepo packages directories.

  • Updated dependencies [e088e05, f9fce2a]:

    • @storybook/mcp@0.3.0

@storybook/mcp@0.2.2

18 Feb 09:02
06e44c3

Choose a tag to compare

Patch Changes

  • #123 b7aeb40 Thanks @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-story tool.

  • #160 bab8ec9 Thanks @JReinhold! - Render component-attached MDX docs entries in markdown output for get-documentation.

    This fixes a regression where docs attached to components via component.docs in components.json were not included in markdown responses. The markdown formatter now emits a ## Docs section below stories (and before props).