Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/jolly-mice-fold.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/quiet-lions-sing.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-hounds-type.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/addon-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @storybook/addon-mcp

## 0.5.0

### Minor Changes

- [#208](https://github.com/storybookjs/mcp/pull/208) [`5418509`](https://github.com/storybookjs/mcp/commit/5418509f2c482d3b598032b7f263f759c8c3f777) Thanks [@yannbf](https://github.com/yannbf)! - Enable components manifest by default

### Patch Changes

- [#204](https://github.com/storybookjs/mcp/pull/204) [`b2a327d`](https://github.com/storybookjs/mcp/commit/b2a327dde8d0529ee3a2b80e033ce35991ad538e) Thanks [@JReinhold](https://github.com/JReinhold)! - upgrade tmcp dependencies

- Updated dependencies [[`70b5b23`](https://github.com/storybookjs/mcp/commit/70b5b2333a3bd37fc8065cc56cc8f8dcd474572e), [`b2a327d`](https://github.com/storybookjs/mcp/commit/b2a327dde8d0529ee3a2b80e033ce35991ad538e)]:
- @storybook/mcp@0.6.2

## 0.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/addon-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-mcp",
"version": "0.4.2",
"version": "0.5.0",
"description": "Help agents automatically write and test stories for your UI components",
"keywords": [
"ai",
Expand Down
11 changes: 11 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @storybook/mcp

## 0.6.2

### Patch Changes

- [#206](https://github.com/storybookjs/mcp/pull/206) [`70b5b23`](https://github.com/storybookjs/mcp/commit/70b5b2333a3bd37fc8065cc56cc8f8dcd474572e) Thanks [@kasperpeulen](https://github.com/kasperpeulen)! - Support Storybook component manifests that use `reactComponentMeta` for React prop extraction.

This keeps MCP documentation output working when Storybook is configured to emit the newer
`reactComponentMeta` payload instead of `reactDocgen` or `reactDocgenTypescript`.

- [#204](https://github.com/storybookjs/mcp/pull/204) [`b2a327d`](https://github.com/storybookjs/mcp/commit/b2a327dde8d0529ee3a2b80e033ce35991ad538e) Thanks [@JReinhold](https://github.com/JReinhold)! - upgrade tmcp dependencies

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/mcp",
"version": "0.6.1",
"version": "0.6.2",
"description": "MCP server that serves knowledge about your components based on your Storybook stories and documentation",
"keywords": [
"mcp",
Expand Down
Loading