Skip to content

Commit 127f8b4

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

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
@@ -235,7 +235,7 @@ const triggerMcpConfiguration = async (ide: ConsumerConfig, projectPath: string)
235235
{
236236
type: 'confirm',
237237
name: 'shouldConfigure',
238-
message: `Would you like to automatically configure MCP server for ${ide.presentedName}?`,
238+
message: `Would you like to automatically configure the MCP server for ${ide.presentedName}?`,
239239
default: true,
240240
},
241241
])

0 commit comments

Comments
 (0)