Skip to content

Releases: storybookjs/mcp

@storybook/[email protected]

09 Dec 12:15
4648a4b

Choose a tag to compare

Patch Changes

  • #105 e27f6b2 Thanks @copilot-swe-agent! - Update Valibot to v1.2.0 to fix security vulnerabilities

    Valibot 1.1.0 contained 3 security vulnerabilities that are addressed in v1.2.0. This is a non-breaking security patch - no changes required for consumers.

@storybook/[email protected]

09 Dec 12:15
4648a4b

Choose a tag to compare

Patch Changes

  • #105 e27f6b2 Thanks @copilot-swe-agent! - Update Valibot to v1.2.0 to fix security vulnerabilities

    Valibot 1.1.0 contained 3 security vulnerabilities that are addressed in v1.2.0. This is a non-breaking security patch - no changes required for consumers.

  • Updated dependencies [e27f6b2]:

@storybook/[email protected]

04 Dec 09:50
fb6bb3d

Choose a tag to compare

Patch Changes

@storybook/[email protected]

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/[email protected]

20 Nov 20:35
d8ce62a

Choose a tag to compare

Patch Changes

@storybook/[email protected]

06 Nov 10:05
6fd9b5d

Choose a tag to compare

Pre-release

Patch Changes

@storybook/[email protected]

06 Nov 10:05
6fd9b5d

Choose a tag to compare

Pre-release

Patch Changes

@storybook/[email protected]

31 Oct 08:46
011daee

Choose a tag to compare

Pre-release

Patch Changes

@storybook/[email protected]

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/[email protected]

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