-
Notifications
You must be signed in to change notification settings - Fork 30
Add get-changed-stories tool
#219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
32ceb08
Add get-changed-stories tool and update documentation
ghengeveld aee78f6
Update Storybook packages
ghengeveld 8ed1d0d
Enhance E2E tests and improve Storybook shutdown process
ghengeveld c7cf5a4
Refactor get-changed-stories tool to avoid structuredContent and enha…
ghengeveld 63a1fb1
Cleanup
ghengeveld 0f33863
Implement early return in getChangedStories tool when no relevant sta…
ghengeveld 7403d35
Add coverage for status-store compatibility paths.
ghengeveld 85aa4f4
Normalize dev instruction markdown formatting.
ghengeveld 8f1bce8
Refine story-linking fallback guidance in instructions.
ghengeveld 6684af6
Add changeset
ghengeveld 46c2771
Formatting
ghengeveld 0f314df
Update get-changed-stories tests to include type assertion for story …
ghengeveld 144b4b1
Align E2E tools-list snapshot with get-changed-stories contract.
ghengeveld 793240c
Update change detection terminology from "affected" to "related"
ghengeveld 0e606fb
Remove newline
ghengeveld 9b0836e
Fix mcp-composition E2E test to branch assertion on hasRemoteSource a…
Copilot 1057a64
Update packages/addon-mcp/src/tools/get-changed-stories.ts
ghengeveld 0b508c9
Cleanup and tweaks
ghengeveld 2a0a7c5
Cleanup
ghengeveld ecc6804
Revert "Fix mcp-composition E2E test to branch assertion on hasRemote…
ghengeveld fed0101
Update apps/internal-storybook/tests/mcp-endpoint.e2e.test.ts
ghengeveld 99aff8a
Cleanup
ghengeveld 825c292
Extended timeout should not be necessary
ghengeveld ac063ec
Refactor MCP Composition E2E tests to remove reliance on hasRemoteSou…
ghengeveld 8b51f0d
Add change detection feature to Storybook configuration and update E2…
ghengeveld 3bf69df
Swap import
ghengeveld d2d0c5c
Do not include get-changed-stories instructions when changeDetection …
ghengeveld 60ce580
Handle Copilot review feedback
ghengeveld ef1008d
Upgrade to latest Storybook prerelease
ghengeveld 7eae68b
Fix tool order
ghengeveld 69a656d
Revert e2e test changes
ghengeveld c7ff8dd
Improve type
ghengeveld 27f434f
Omit changes for stories that are not in the index
ghengeveld 1bae9bd
Update packages/addon-mcp/src/instructions/build-server-instructions.ts
ghengeveld 80654ab
Update test to omit stories not in the index
ghengeveld 61787b2
Add changeDetectionEnabled flag to buildServerInstructions tests
ghengeveld ca2c9fa
Upgrade storybook
ghengeveld f922ce0
Update packages/addon-mcp/src/tools/get-storybook-story-instructions.…
ghengeveld File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| "@storybook/addon-mcp": minor | ||
| --- | ||
|
|
||
| Introduced the `get-changed-stories` tool to retrieve metadata for stories marked as new, modified, or affected. | ||
| Updated `dev-instructions.md` and `storybook-story-instructions.md` to reflect the new workflow for calling `get-changed-stories` before `preview-stories`. | ||
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.