package.json•840 B
{
"name": "@memory-mcp/mcp-server",
"version": "0.1.0",
"description": "MCP 인터페이스/툴 노출",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"memory-mcp": "dist/cli.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"clean": "rm -rf dist",
"start": "node dist/index.js"
},
"dependencies": {
"@memory-mcp/assoc-engine": "^0.1.0",
"@memory-mcp/common": "^0.1.0",
"@memory-mcp/index-search": "^0.1.0",
"@memory-mcp/storage-md": "^0.1.0",
"@modelcontextprotocol/sdk": "^1.18.2",
"commander": "^11.1.0",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@types/node": "^20.10.0"
},
"keywords": [
"memory-mcp",
"mcp-server",
"cli"
]
}