mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-07-10 01:29:41 +00:00
build(mcp): add @modelcontextprotocol/sdk + zod, externalize in tsup
This commit is contained in:
parent
0843efdecb
commit
4e61fd1369
3 changed files with 1117 additions and 7 deletions
1119
package-lock.json
generated
1119
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -46,11 +46,13 @@
|
|||
},
|
||||
"homepage": "https://github.com/getagentseal/codeburn#readme",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.29.0",
|
||||
"chalk": "^5.4.1",
|
||||
"commander": "^13.1.0",
|
||||
"ink": "^7.0.0",
|
||||
"react": "^19.2.5",
|
||||
"strip-ansi": "^7.2.0"
|
||||
"strip-ansi": "^7.2.0",
|
||||
"zod": "^3.25.76"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.19.17",
|
||||
|
|
|
|||
|
|
@ -9,4 +9,5 @@ export default defineConfig({
|
|||
splitting: false,
|
||||
sourcemap: true,
|
||||
dts: false,
|
||||
external: ['@modelcontextprotocol/sdk', 'zod'],
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue