package.json•641 B
{
"name": "memory-mcp",
"version": "1.0.0",
"description": "MCP server providing task evaluation, memory bank management, failure protocol, and safety checks for AI assistants.",
"main": "dist/index.js",
"module": "./src/index.ts",
"type": "module",
"bin": {
"memory-mcp": "./dist/server.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.20.2",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.9.1",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}