Skip to content

Commit 86ac76f

Browse files
committed
feat: update standard template label
1 parent a92f54f commit 86ac76f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/chubby-dolls-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-mcp-kit': patch
3+
---
4+
5+
feat: update standard template label

packages/create-mcp-kit/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const group = await clack.group(
4848
clack.select({
4949
message: 'Project template:',
5050
options: [
51-
{ value: 'standard', label: pc.magenta('Standard') },
51+
{ value: 'standard', label: pc.magenta('Standard (recommended)') },
5252
// { value: 'custom', label: pc.blue('Custom') },
5353
],
5454
}),

0 commit comments

Comments
 (0)