{
"name": "charly-memory-cache-server",
"version": "1.0.0",
"description": "MCP server for memory caching and optimization",
"type": "module",
"main": "build/index.js",
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"start": "node build/index.js",
"dev": "tsc -w",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"cache",
"memory",
"optimization"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.10.6",
"@types/fs-extra": "^11.0.4",
"typescript": "^5.3.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "0.6.0",
"fs-extra": "^11.2.0"
}
}