Skip to content

Fix bug where attached docs were not part of the component documentation#160

Merged
JReinhold merged 1 commit intomainfrom
fix-attached-docs
Feb 18, 2026
Merged

Fix bug where attached docs were not part of the component documentation#160
JReinhold merged 1 commit intomainfrom
fix-attached-docs

Conversation

@JReinhold
Copy link
Copy Markdown
Contributor

This PR fixes an unfortunate regression, where MDX docs attached to components were not being output by the MCP server, even though they were present in the manifest.

Copilot AI review requested due to automatic review settings February 17, 2026 21:13
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 17, 2026

🦋 Changeset detected

Latest commit: bab8ec9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@storybook/mcp Patch
@storybook/addon-mcp Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@JReinhold JReinhold self-assigned this Feb 17, 2026
@JReinhold JReinhold added the bug Something isn't working label Feb 17, 2026
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Feb 17, 2026

npm i https://pkg.pr.new/storybookjs/mcp/@storybook/addon-mcp@160
npm i https://pkg.pr.new/storybookjs/mcp/@storybook/mcp@160

commit: bab8ec9

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 17, 2026

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
326 1 325 0
View the full list of 1 ❄️ flaky test(s)
apps/internal-storybook/tests/check-deps.e2e.test.ts > Storybook Dependencies > should be using latest versions from registry

Flake rate in main: 32.35% (Passed 23 times, Failed 11 times)

Stack Traces | 5.1s run time
Error: Storybook dependencies are outdated. Update the catalog in pnpm-workspace.yaml:

  sed -i '' 's/10\.3\.0-alpha\.4/10.3.0-alpha.6/g' pnpm-workspace.yaml && pnpm install

Outdated packages:
  - @storybook/addon-docs: 10.3.0-alpha.4 → 10.3.0-alpha.6
  - @storybook/react-vite: 10.3.0-alpha.4 → 10.3.0-alpha.6
  - storybook: 10.3.0-alpha.4 → 10.3.0-alpha.6
 ❯ tests/check-deps.e2e.test.ts:42:10

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 17, 2026

Bundle Report

Changes will increase total bundle size by 40.13kB (100.0%) ⬆️⚠️, exceeding the configured threshold of 5%.

Bundle name Size Change
@storybook/mcp-esm 40.13kB 40.13kB (100%) ⬆️⚠️

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown
Member

@kasperpeulen kasperpeulen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@JReinhold JReinhold merged commit 2db97a9 into main Feb 18, 2026
14 of 16 checks passed
@JReinhold JReinhold deleted the fix-attached-docs branch February 18, 2026 08:46
@storybook-app-bot storybook-app-bot Bot mentioned this pull request Feb 18, 2026
Copilot AI added a commit that referenced this pull request Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants