UNPKG

@ldavis9000aws/mcp-project-memory

Version:

Enhanced memory system for software development projects with persistent context across sessions

59 lines 1.49 kB
{ "name": "@ldavis9000aws/mcp-project-memory", "version": "1.0.1", "description": "Enhanced memory system for software development projects with persistent context across sessions", "author": "ldavis9000aws", "homepage": "https://github.com/ldavis9000aws/mcp-project-memory", "repository": { "type": "git", "url": "https://github.com/ldavis9000aws/mcp-project-memory.git" }, "bugs": { "url": "https://github.com/ldavis9000aws/mcp-project-memory/issues" }, "main": "dist/index.js", "type": "module", "bin": { "mcp-project-memory": "dist/cli.js" }, "files": [ "dist", "docs", "README.md", "LICENSE" ], "engines": { "node": ">=14.0.0" }, "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "start": "node dist/cli.js start", "daemon": "node dist/cli.js daemon", "prepublishOnly": "npm run build", "dev": "tsc -w & nodemon dist/index.js", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js", "test:features": "node feature-test.js" }, "keywords": [ "memory", "knowledge-graph", "software-development", "mcp", "llm" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0" }, "devDependencies": { "@types/node": "^20.11.24", "jest": "^29.7.0", "nodemon": "^3.1.0", "shx": "^0.3.4", "typescript": "^5.3.3" }, "publishConfig": { "access": "public" } }