Skip to content

Commit 20f3480

Browse files
committed
feat: add server-standard templates for js and ts projects
1 parent 454e3e1 commit 20f3480

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+6
-1
lines changed

.changeset/rare-snakes-dance.md

Lines changed: 5 additions & 0 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const group = await clack.group(
5656
},
5757
)
5858

59-
const templatePath = join(__dirname, '../template', `${group.template}-${group.language}`)
59+
const templatePath = join(__dirname, '../template', `${group.type}-${group.template}-${group.language}`)
6060
const targetPath = resolve(process.cwd(), group.name as string)
6161

6262
try {

0 commit comments

Comments
 (0)