Skip to content

Commit 1bae9bd

Browse files
ghengeveldCopilot
andauthored
Update packages/addon-mcp/src/instructions/build-server-instructions.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 27f434f commit 1bae9bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/addon-mcp/src/instructions/build-server-instructions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function buildServerInstructions(options: BuildServerInstructionsOptions)
1717
devInstructions
1818
.replace(
1919
'{{PREVIEW_STORIES_STEP}}',
20-
(options.changeDetectionEnabled ?? true)
20+
(options.changeDetectionEnabled ?? false)
2121
? 'After changing any component or story, call **get-changed-stories** to discover new/modified/related stories, then call **preview-stories** to retrieve preview URLs.'
2222
: 'After changing any component or story, call **preview-stories** to retrieve preview URLs.',
2323
)

0 commit comments

Comments
 (0)