Skip to content

Commit cbb0e3b

Browse files
Version Packages
1 parent e53012e commit cbb0e3b

7 files changed

Lines changed: 29 additions & 20 deletions

File tree

.changeset/fair-pianos-smile.md

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

.changeset/jolly-gifts-roll.md

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

.changeset/mcp-server-instructions.md

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

packages/addon-mcp/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#185](https://github.com/storybookjs/mcp/pull/185) [`c5439b7`](https://github.com/storybookjs/mcp/commit/c5439b72425a614e23549ba661d43df87a58443a) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add MCP server-level instructions to both packages
8+
9+
Both `@storybook/mcp` and `@storybook/addon-mcp` now include server instructions in the MCP `initialize` response. These instructions guide agents on how to use the available tools effectively without requiring explicit prompting from users.
10+
11+
### Patch Changes
12+
13+
- [#193](https://github.com/storybookjs/mcp/pull/193) [`dbb33c2`](https://github.com/storybookjs/mcp/commit/dbb33c29df2a2cee75eacb2f3575afddce6cd0bf) Thanks [@JReinhold](https://github.com/JReinhold)! - Fix enabling docs toolset even when component manifests were not present
14+
15+
- Updated dependencies [[`eb0ea73`](https://github.com/storybookjs/mcp/commit/eb0ea73f30c73a8102d9023c5201d1459d791fa1), [`c5439b7`](https://github.com/storybookjs/mcp/commit/c5439b72425a614e23549ba661d43df87a58443a)]:
16+
- @storybook/mcp@0.6.0
17+
318
## 0.3.4
419

520
### 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.3.4",
3+
"version": "0.4.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.6.0
4+
5+
### Minor Changes
6+
7+
- [#185](https://github.com/storybookjs/mcp/pull/185) [`c5439b7`](https://github.com/storybookjs/mcp/commit/c5439b72425a614e23549ba661d43df87a58443a) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Add MCP server-level instructions to both packages
8+
9+
Both `@storybook/mcp` and `@storybook/addon-mcp` now include server instructions in the MCP `initialize` response. These instructions guide agents on how to use the available tools effectively without requiring explicit prompting from users.
10+
11+
### Patch Changes
12+
13+
- [#194](https://github.com/storybookjs/mcp/pull/194) [`eb0ea73`](https://github.com/storybookjs/mcp/commit/eb0ea73f30c73a8102d9023c5201d1459d791fa1) Thanks [@JReinhold](https://github.com/JReinhold)! - Forward `sources` through `createStorybookMcpHandler()` into the per-request transport context.
14+
315
## 0.5.1
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.5.1",
3+
"version": "0.6.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)