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/large-carrots-judge.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/stale-ducks-pay.md

This file was deleted.

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

## 0.1.7

### Patch Changes

- [#120](https://github.com/storybookjs/mcp/pull/120) [`c1fc816`](https://github.com/storybookjs/mcp/commit/c1fc8167a8077e3bb07bce3c9c22539b23a07a29) Thanks [@JReinhold](https://github.com/JReinhold)! - Add support for docs entries in manifests, sourced by MDX files.

- Updated dependencies [[`c1fc816`](https://github.com/storybookjs/mcp/commit/c1fc8167a8077e3bb07bce3c9c22539b23a07a29)]:
- @storybook/mcp@0.2.0

## 0.1.6

### 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.1.6",
"version": "0.1.7",
"description": "Help agents automatically write and test stories for your UI components",
"keywords": [
"storybook-addon",
Expand Down
17 changes: 17 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @storybook/mcp

## 0.2.0

### Minor Changes

- [#120](https://github.com/storybookjs/mcp/pull/120) [`c1fc816`](https://github.com/storybookjs/mcp/commit/c1fc8167a8077e3bb07bce3c9c22539b23a07a29) Thanks [@JReinhold](https://github.com/JReinhold)! - Add support for docs entries in manifests, sourced by MDX files.

# Breaking Changes

This change introduces a number of minor breaking changes to `@storybook/mcp`:
1. The lower level tool adder functions have been renamed:
2. `addGetComponentDocumentationTool` -> `addGetDocumentationTool`
3. `addListAllComponentsTool` -> `addListAllDocumentationTool`
4. The optional tool hooks have been renamed:
5. `onListAllComponents` -> `onListAllDocumentation`
6. `onGetComponentDocumentation` -> `onGetDocumentation`
7. The exported `MANIFEST_PATH` constant have been removed in favor of two new constants, `COMPONENT_MANIFEST_PATH` and `DOCS_MANIFEST_PATH`

## 0.1.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.1.1",
"version": "0.2.0",
"description": "MCP server that serves knowledge about your components based on your Storybook stories and documentation",
"keywords": [
"storybook",
Expand Down
Loading