chore(sdk): bundle CLI into SDK package and inherit the dependencies

This commit is contained in:
mingholy.lmh
2025-12-16 10:46:28 +08:00
parent b720209888
commit 156134d3d4
3 changed files with 62 additions and 2 deletions

View File

@@ -45,7 +45,8 @@
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4"
"@modelcontextprotocol/sdk": "^1.0.4",
"tiktoken": "^1.0.21"
},
"devDependencies": {
"@types/node": "^20.14.0",