Skip to content

Commit 2ba1719

Browse files
authored
Merge pull request #124 from storybookjs/changeset-release/main
Version Packages
2 parents 5ea2f20 + e0696b4 commit 2ba1719

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/icy-plums-count.md

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

.changeset/wet-zebras-eat.md

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

packages/addon-mcp/CHANGELOG.md

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

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/storybookjs/mcp/pull/122) [`0254c09`](https://github.com/storybookjs/mcp/commit/0254c091f60ac8b1c69116c936bcb7a1540dc916) Thanks [@JReinhold](https://github.com/JReinhold)! - Log output token count of tool calls to telemetry
8+
9+
- Updated dependencies [[`0254c09`](https://github.com/storybookjs/mcp/commit/0254c091f60ac8b1c69116c936bcb7a1540dc916)]:
10+
- @storybook/mcp@0.2.1
11+
312
## 0.1.7
413

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

packages/mcp/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/storybookjs/mcp/pull/122) [`0254c09`](https://github.com/storybookjs/mcp/commit/0254c091f60ac8b1c69116c936bcb7a1540dc916) Thanks [@JReinhold](https://github.com/JReinhold)! - Add resultText to args of onListAllDocumentation and onGetDocumentation
8+
39
## 0.2.0
410

511
### Minor 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.2.0",
3+
"version": "0.2.1",
44
"description": "MCP server that serves knowledge about your components based on your Storybook stories and documentation",
55
"keywords": [
66
"storybook",

0 commit comments

Comments
 (0)