package.json•970 B
{
"name": "@modelcontextprotocol/server-branch-thinking",
"version": "0.1.1",
"description": "MCP server for managing branching thoughts with insights and cross-references",
"license": "MIT",
"type": "module",
"bin": {
"mcp-server-branch-thinking": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/index.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"@dagrejs/graphlib": "^2.2.4",
"@modelcontextprotocol/sdk": "1.10.2",
"@xenova/transformers": "^2.17.2",
"chalk": "^5.4.1",
"fs-extra": "^11.3.0",
"lru-cache": "^11.1.0",
"ml-kmeans": "^6.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.16",
"@types/node": "^22",
"js-tiktoken": "^1.0.20",
"lodash": "^4.17.21",
"shx": "^0.4.0",
"typescript": "^5.8.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"protobufjs",
"sharp"
]
}
}