Skip to content

Commit adea28d

Browse files
committed
simplify changeset
1 parent 75e312c commit adea28d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.changeset/remove-xml-formatter.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,5 @@ Remove XML formatter and simplify format pattern to use only markdown.
77

88
**BREAKING CHANGE**: The `format` option has been removed from both `@storybook/mcp` and `@storybook/addon-mcp`. Previously, you could configure the output format as either `'xml'` or `'markdown'`. Now, all output is formatted as markdown by default.
99

10-
**Migration guide**:
11-
- If you were using `format: 'markdown'` (the default), no changes are needed.
12-
- If you were using `format: 'xml'`, this option no longer has any effect. All documentation is now formatted as markdown.
1310
- The `experimentalFormat` option in `@storybook/addon-mcp` addon options has been removed.
1411
- The `format` property in `StorybookContext` has been removed from `@storybook/mcp`.
15-
16-
**What changed**:
17-
- Removed XML formatter implementation
18-
- Simplified formatter pattern to directly use markdown
19-
- Removed `OutputFormat` type union
20-
- Removed `format` parameter from all formatting functions
21-
- Updated CLI tools (`bin.ts`, `serve.ts`) to remove format arguments

0 commit comments

Comments
 (0)