Skip to content

Releases: storybookjs/mcp

@storybook/mcp@0.7.0

14 Apr 11:39
819da39

Choose a tag to compare

Minor Changes

@storybook/addon-mcp@0.6.0

14 Apr 11:39
819da39

Choose a tag to compare

Minor Changes

Patch Changes

@storybook/mcp@0.6.2

02 Apr 13:00
eed364b

Choose a tag to compare

Patch Changes

  • #206 70b5b23 Thanks @kasperpeulen! - Support Storybook component manifests that use reactComponentMeta for React prop extraction.

    This keeps MCP documentation output working when Storybook is configured to emit the newer
    reactComponentMeta payload instead of reactDocgen or reactDocgenTypescript.

  • #204 b2a327d Thanks @JReinhold! - upgrade tmcp dependencies

@storybook/addon-mcp@0.5.0

02 Apr 13:00
eed364b

Choose a tag to compare

Minor Changes

Patch Changes

@storybook/addon-mcp@0.4.2

19 Mar 21:11
1d450fb

Choose a tag to compare

Patch Changes

@storybook/mcp@0.6.1

13 Mar 10:00
9881af9

Choose a tag to compare

Patch Changes

@storybook/addon-mcp@0.4.1

13 Mar 10:00
9881af9

Choose a tag to compare

Patch Changes

  • #172 a610073 Thanks @JReinhold! - Simplify package READMEs for docs-site-first documentation

  • Updated dependencies [a610073]:

    • @storybook/mcp@0.6.1

@storybook/mcp@0.6.0

12 Mar 09:31
fd88a99

Choose a tag to compare

Minor Changes

  • #185 c5439b7 Thanks @copilot-swe-agent! - Add MCP server-level instructions to both packages

    Both @storybook/mcp and @storybook/addon-mcp now include server instructions in the MCP initialize response. These instructions guide agents on how to use the available tools effectively without requiring explicit prompting from users.

Patch Changes

  • #194 eb0ea73 Thanks @JReinhold! - Forward sources through createStorybookMcpHandler() into the per-request transport context.

@storybook/addon-mcp@0.4.0

12 Mar 09:31
fd88a99

Choose a tag to compare

Minor Changes

  • #185 c5439b7 Thanks @copilot-swe-agent! - Add MCP server-level instructions to both packages

    Both @storybook/mcp and @storybook/addon-mcp now include server instructions in the MCP initialize response. These instructions guide agents on how to use the available tools effectively without requiring explicit prompting from users.

Patch Changes

@storybook/mcp@0.5.1

05 Mar 12:44
07f8d07

Choose a tag to compare

Patch Changes

  • #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.