Skip to content

Commit ad065d7

Browse files
Update src/commands/init/ai-rules.ts
Co-authored-by: Eduardo Bouças <[email protected]>
1 parent 6a36601 commit ad065d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/init/ai-rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ const configureMcpForWindsurf = async (config: string, _projectPath: string): Pr
220220

221221
// Generic MCP configuration display
222222
const showGenericMcpConfig = (config: string, ideName: string): void => {
223-
log(`\n${chalk.yellow('📋 Manual Configuration Required')}`)
223+
log(`\n${chalk.yellow('📋 Manual configuration required')}`)
224224
log(`Please add the following configuration to your ${ideName} settings:`)
225225
log(`\n${chalk.gray('--- Configuration ---')}`)
226226
log(config)

0 commit comments

Comments
 (0)