Skip to content

Commit c729b4f

Browse files
authored
Merge pull request #125 from storybookjs/changeset-release/main
Version Packages
2 parents 6b89b89 + 4ee0822 commit c729b4f

File tree

4 files changed

+15
-16
lines changed

4 files changed

+15
-16
lines changed

.changeset/lazy-baboons-tell.md

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

.changeset/tricky-rabbits-rush.md

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

packages/addon-mcp/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#118](https://github.com/storybookjs/mcp/pull/118) [`bafbfc6`](https://github.com/storybookjs/mcp/commit/bafbfc661f93f32024ce75d553f2b7bc90954508) Thanks [@valentinpalkovic](https://github.com/valentinpalkovic)! - Renamed tool `get-ui-building-instructions` to `get-storybook-story-instructions` to increase the likelihood of Agents calling the MCP tool.
8+
9+
Further updates:
10+
- Updated storybook-story building instructions template to be more specific about what a good story is.
11+
- Added an extensive description for the `get-storybook-story-instructions` tool to give agents more information of when to call the MCP tool
12+
13+
### Patch Changes
14+
15+
- [#128](https://github.com/storybookjs/mcp/pull/128) [`20d97e2`](https://github.com/storybookjs/mcp/commit/20d97e26020c47eca3816888811c557c42a45342) Thanks [@JReinhold](https://github.com/JReinhold)! - Fix disabled docs toolset in Storybook version prior to v10.2.0-alpha.10
16+
317
## 0.1.8
418

519
### 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.1.8",
3+
"version": "0.2.0",
44
"description": "Help agents automatically write and test stories for your UI components",
55
"keywords": [
66
"storybook-addon",

0 commit comments

Comments
 (0)