Version Packages#270
Closed
storybook-app-bot[bot] wants to merge 0 commit into
Closed
Conversation
✅ Deploy Preview for storybook-mcp-self-host-example canceled.
|
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #270 +/- ##
=======================================
Coverage 79.03% 79.03%
=======================================
Files 63 63
Lines 1808 1808
Branches 510 510
=======================================
Hits 1429 1429
Misses 213 213
Partials 166 166 ☔ View full report in Codecov by Harness. |
c8d3719 to
174c085
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@storybook/addon-mcp@0.7.0
Minor Changes
#230
3734bc5Thanks @yannbf! - Added thedisplay-reviewtool. The agent pushes a curated review of current changes and returns the review-page URL. Pairs with the@storybook/addon-reviewStorybook addon.#249
a01160dThanks @yannbf! - Add theget-stories-by-componenttool. Maps component source files to the stories that render them via Storybook's live reverse dependency graph, returning grounded story IDs ranked by import distance. Also hardens change detection:get-changed-storiesnow surfaces working-tree files that are unreachable from any story, and story-index resolution and reverse-graph lookups are normalized for cross-platform (Windows) path handling.#219
6684af6Thanks @ghengeveld! - Introduced theget-changed-storiestool to retrieve metadata for stories marked as new, modified, or affected.Updated
dev-instructions.mdandstorybook-story-instructions.mdto reflect the new workflow for callingget-changed-storiesbeforepreview-stories.#233
90e39faThanks @kasperpeulen! - Add an optional MCP endpoint setting for the addon dev server.Patch Changes
#242
d142450Thanks @kasperpeulen! - Show private composed Storybooks as own-MCP guidance when accessed through the local MCP proxy.#265
7c96f50Thanks @yannbf! - Surface the change-detection and review tools on the/mcplanding page. The "Available Toolsets" list now includesget-stories-by-component,get-changed-stories, anddisplay-reviewunder dev (each with an enabled/disabled badge reflecting its real runtime gate), andget-documentation-for-storyunder docs.Updated dependencies [
d142450]:@storybook/mcp@0.7.1
Patch Changes
d142450Thanks @kasperpeulen! - Show private composed Storybooks as own-MCP guidance when accessed through the local MCP proxy.