Skip to content

Commit 8346812

Browse files
committed
cleanup
1 parent 52a0f50 commit 8346812

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

packages/addon-mcp/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,8 @@
5050
"storybook": "catalog:"
5151
},
5252
"peerDependencies": {
53-
"@storybook/addon-vitest": "^9.1.16 || ^10.0.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0",
5453
"storybook": "^9.1.16 || ^10.0.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0"
5554
},
56-
"peerDependenciesMeta": {
57-
"@storybook/addon-vitest": {
58-
"optional": true
59-
}
60-
},
6155
"bundler": {
6256
"nodeEntries": [
6357
"src/preset.ts"

packages/addon-mcp/src/tools/tool-names.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
/**
22
* Tool name constants extracted to avoid circular dependencies.
3-
*
4-
* The cycle was:
5-
* - types.ts → get-storybook-story-instructions.ts (for GET_UI_BUILDING_INSTRUCTIONS_TOOL_NAME)
6-
* - get-storybook-story-instructions.ts → run-story-tests.ts (for RUN_STORY_TESTS_TOOL_NAME)
7-
* - run-story-tests.ts → types.ts (for StoryInputArray)
83
*/
94

105
export const PREVIEW_STORIES_TOOL_NAME = 'preview-stories';

0 commit comments

Comments
 (0)