{ "name": "project-knowledge-mcp", "version": "1.0.6", "description": "MCP server for cross-project feature knowledge — maps features across mobile, backend, and admin projects", "mcpName": "io.github.batook22/project-knowledge-mcp", "main": "build/index.js", "bin": { "project-knowledge-mcp": "build/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js", "prepublishOnly": "npm run build" }, "files": [ "build/**/*.js", "build/**/*.d.ts", "build/**/*.js.map", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/punic-pillars/project-knowledge-mcp.git" }, "keywords": [ "mcp", "model-context-protocol", "knowledge-graph", "cross-project", "feature-mapping", "ai-context" ], "author": "Punic Pillars", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "p-queue": "^9.2.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }