Skip to content

Commit 4f234ed

Browse files
committed
build: add @mcp-tool-kit/shared to external dependencies
1 parent 14e4d19 commit 4f234ed

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.changeset/new-women-know.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+
build: add @mcp-tool-kit/shared to external dependencies

packages/create-mcp-kit/rolldown.config.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,14 @@ export default defineConfig({
1313
sourcemap: isDev,
1414
},
1515
plugins: [isProd && terser(), typescript()],
16-
external: ['@clack/prompts', 'picocolors', 'fs/promises', 'timers/promises', 'path', 'child_process', 'url'],
16+
external: [
17+
'@clack/prompts',
18+
'picocolors',
19+
'fs/promises',
20+
'timers/promises',
21+
'path',
22+
'child_process',
23+
'url',
24+
'@mcp-tool-kit/shared',
25+
],
1726
})

0 commit comments

Comments
 (0)