@sofianedjerbi/knowledge-tree-mcp
Version:
MCP server for hierarchical project knowledge management
51 lines (50 loc) • 1.36 kB
JSON
{
"name": "@sofianedjerbi/knowledge-tree-mcp",
"version": "2.0.4",
"description": "MCP server for hierarchical project knowledge management",
"main": "dist/index.js",
"type": "module",
"bin": {
"knowledge-tree-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsc && npm run copy-config",
"copy-config": "mkdir -p dist/config && cp -r src/config/*.json dist/config/",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"test": "vitest run",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"knowledge",
"ai",
"documentation"
],
"author": "sofianedjerbi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sofianedjerbi/knowledge-tree-mcp.git"
},
"homepage": "https://github.com/sofianedjerbi/knowledge-tree-mcp#readme",
"bugs": {
"url": "https://github.com/sofianedjerbi/knowledge-tree-mcp/issues"
},
"dependencies": {
"@fastify/static": "^6.0.0",
"@fastify/websocket": "^8.0.0",
"@modelcontextprotocol/sdk": "^0.6.0",
"fastify": "^4.0.0",
"glob": "^10.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@vitest/coverage-v8": "^3.2.4",
"tsx": "^4.0.0",
"typescript": "^5.0.0",
"vitest": "^3.2.4"
}
}