Skip to content

Commit eccfa39

Browse files
authored
Merge pull request #174 from storybookjs/changeset-release/main
Version Packages
2 parents 7fee33b + d0fbcbb commit eccfa39

File tree

8 files changed

+31
-27
lines changed

8 files changed

+31
-27
lines changed

.changeset/brave-wolves-swim.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/calm-rivers-flow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/quiet-planes-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/smart-clouds-glow.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/addon-mcp/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @storybook/addon-mcp
22

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- [#171](https://github.com/storybookjs/mcp/pull/171) [`b3a8356`](https://github.com/storybookjs/mcp/commit/b3a835605a760cdfb8748c17f6daec8701fb5914) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix: expose the `get-documentation-for-story` tool in the MCP Addon.
8+
9+
- [#176](https://github.com/storybookjs/mcp/pull/176) [`8afbb72`](https://github.com/storybookjs/mcp/commit/8afbb72c1bbbf718e12076a3d857516c9c9e7da2) Thanks [@JReinhold](https://github.com/JReinhold)! - Improve `preview-stories` tool description to make agent behavior more consistent.
10+
11+
- [#175](https://github.com/storybookjs/mcp/pull/175) [`6a098f9`](https://github.com/storybookjs/mcp/commit/6a098f96d3da58d572037e07a2aa33dab2a51bfd) Thanks [@JReinhold](https://github.com/JReinhold)! - Add story ID based inputs for preview/testing workflows and surface story IDs in docs outputs.
12+
13+
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.
14+
15+
- Updated dependencies [[`b3a8356`](https://github.com/storybookjs/mcp/commit/b3a835605a760cdfb8748c17f6daec8701fb5914), [`6a098f9`](https://github.com/storybookjs/mcp/commit/6a098f96d3da58d572037e07a2aa33dab2a51bfd)]:
16+
- @storybook/mcp@0.5.0
17+
318
## 0.3.2
419

520
### Patch Changes

packages/addon-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/addon-mcp",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Help agents automatically write and test stories for your UI components",
55
"keywords": [
66
"ai",

packages/mcp/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @storybook/mcp
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#171](https://github.com/storybookjs/mcp/pull/171) [`b3a8356`](https://github.com/storybookjs/mcp/commit/b3a835605a760cdfb8748c17f6daec8701fb5914) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Export `addGetStoryDocumentationTool` directly instead of renaming it to `addGetComponentStoryDocumentationTool`.
8+
9+
**Breaking change**: If you were importing `addGetComponentStoryDocumentationTool` from `@storybook/mcp`, update your import to use `addGetStoryDocumentationTool` instead.
10+
11+
### Patch Changes
12+
13+
- [#175](https://github.com/storybookjs/mcp/pull/175) [`6a098f9`](https://github.com/storybookjs/mcp/commit/6a098f96d3da58d572037e07a2aa33dab2a51bfd) Thanks [@JReinhold](https://github.com/JReinhold)! - Add story ID based inputs for preview/testing workflows and surface story IDs in docs outputs.
14+
15+
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.
16+
317
## 0.4.1
418

519
### Patch Changes

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/mcp",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "MCP server that serves knowledge about your components based on your Storybook stories and documentation",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)