Skip to content

Commit 3358826

Browse files
Version Packages
1 parent 1ed83b5 commit 3358826

6 files changed

Lines changed: 31 additions & 18 deletions

File tree

.changeset/all-pans-rest.md

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

.changeset/legal-facts-refuse.md

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

packages/addon-mcp/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#165](https://github.com/storybookjs/mcp/pull/165) [`e088e05`](https://github.com/storybookjs/mcp/commit/e088e0501619b29bf7f38ef2ee2b60c8477c803a) Thanks [@JReinhold](https://github.com/JReinhold)! - Remove support for XML format.
8+
9+
## Breaking Change
10+
11+
The related option to configure XML vs markdown format now has no impact, the output is always formatted as markdown.
12+
13+
- [#140](https://github.com/storybookjs/mcp/pull/140) [`f9fce2a`](https://github.com/storybookjs/mcp/commit/f9fce2a12b691d1187d8bc719c88e912e27e3391) Thanks [@kasperpeulen](https://github.com/kasperpeulen)! - Add multi-source composition with OAuth for private Storybooks
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`e088e05`](https://github.com/storybookjs/mcp/commit/e088e0501619b29bf7f38ef2ee2b60c8477c803a), [`f9fce2a`](https://github.com/storybookjs/mcp/commit/f9fce2a12b691d1187d8bc719c88e912e27e3391)]:
18+
- @storybook/mcp@0.3.0
19+
320
## 0.2.3
421

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

packages/mcp/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#165](https://github.com/storybookjs/mcp/pull/165) [`e088e05`](https://github.com/storybookjs/mcp/commit/e088e0501619b29bf7f38ef2ee2b60c8477c803a) Thanks [@JReinhold](https://github.com/JReinhold)! - Remove support for XML format.
8+
9+
## Breaking Change
10+
11+
The related option to configure XML vs markdown format now has no impact, the output is always formatted as markdown.
12+
13+
- [#140](https://github.com/storybookjs/mcp/pull/140) [`f9fce2a`](https://github.com/storybookjs/mcp/commit/f9fce2a12b691d1187d8bc719c88e912e27e3391) Thanks [@kasperpeulen](https://github.com/kasperpeulen)! - Add multi-source composition with OAuth for private Storybooks
14+
315
## 0.2.2
416

517
### 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.2.2",
3+
"version": "0.3.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)