Skip to content

Commit e3d1c9e

Browse files
Version Packages
1 parent eaf6afa commit e3d1c9e

5 files changed

Lines changed: 23 additions & 10 deletions

File tree

.changeset/mcp-server-instructions.md

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

packages/addon-mcp/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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+
- Updated dependencies [[`c5439b7`](https://github.com/storybookjs/mcp/commit/c5439b72425a614e23549ba661d43df87a58443a)]:
14+
- @storybook/mcp@0.6.0
15+
316
## 0.3.4
417

518
### 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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+
311
## 0.5.1
412

513
### 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)