Skip to content

Releases: storybookjs/mcp

@storybook/addon-mcp@0.1.5

04 Dec 09:50
fb6bb3d

Choose a tag to compare

Patch Changes

@storybook/mcp@0.1.0

20 Nov 20:35
d8ce62a

Choose a tag to compare

Minor Changes

  • #54 5d18405 Thanks @JReinhold! - Replace the source property in the context with request.

    Now you don't pass in a source string that might be fetched or handled by your custom manifestProvider, but instead you pass in the whole web request. (This is automatically handled if you use the createStorybookMcpHandler() function).

    The default action is now to fetch the manifest from ../manifests/components.json assuming the server is running at ./mcp. Your custom manifestProvider()-function then also does not get a source string as an argument, but gets the whole web request, that you can use to get information about where to fetch the manifest from. It also gets a second argument, path, which it should use to determine which specific manifest to get from a built Storybook. (Currently always ./manifests/components.json, but in the future it might be other paths too).

Patch Changes

@storybook/addon-mcp@0.1.4

20 Nov 20:35
d8ce62a

Choose a tag to compare

Patch Changes

@storybook/mcp@0.0.7-next.0

06 Nov 10:05
6fd9b5d

Choose a tag to compare

Pre-release

Patch Changes

@storybook/addon-mcp@0.1.4-next.2

06 Nov 10:05
6fd9b5d

Choose a tag to compare

Pre-release

Patch Changes

  • Updated dependencies [77536a7, cddbf34]:
    • @storybook/mcp@0.0.7-next.0

@storybook/addon-mcp@0.1.4-next.1

31 Oct 08:46
011daee

Choose a tag to compare

Pre-release

Patch Changes

@storybook/mcp@0.0.6

30 Oct 08:22
3191cd4

Choose a tag to compare

Patch Changes

  • #48 52be338 Thanks @JReinhold! - Add optional "enabled" function to the directly exported tool adders. This allow you to define a function that will dynamically enable/disable the tool however you want, eg. per request condition

  • #51 2028709 Thanks @paoloricciuti! - chore: update tmcp

@storybook/addon-mcp@0.1.3

30 Oct 09:55
9eb2387

Choose a tag to compare

Patch Changes

  • #50 0334d29 Thanks @JReinhold! - Add GET handler that serves HTML when visiting /mcp, and redirects to human-readable component manifest when applicable

  • #50 0334d29 Thanks @JReinhold! - Update manifest format

@storybook/addon-mcp@0.1.2

30 Oct 08:22
3191cd4

Choose a tag to compare

Patch Changes

@storybook/addon-mcp@0.1.4-next.0

30 Oct 20:17
0d3efa3

Choose a tag to compare

Pre-release

Patch Changes