UNPKG

coaia-memory

Version:

Creative-Oriented AI Assistant Memory - MCP server with structural tension charts and advancing pattern support, based on principles by Robert Fritz

46 lines (45 loc) 1.27 kB
{ "name": "coaia-memory", "version": "2.2.3", "description": "Creative-Oriented AI Assistant Memory - MCP server with structural tension charts and advancing pattern support, based on principles by Robert Fritz", "license": "MIT", "author": "J.Guillaume D.-Isabelle <jgi@jgwill.com> (https://github.com/jgwill)", "contributors": [ "Shane Holloman (original mcp-knowledge-graph foundation)", "Robert Fritz (structural tension methodology - https://robertfritz.com)" ], "homepage": "https://github.com/miadisabelle/mcp-knowledge-graph", "bugs": "https://github.com/miadisabelle/mcp-knowledge-graph/issues", "type": "module", "bin": { "coaia-memory": "dist/index.js" }, "files": [ "dist" ], "keywords": [ "assistant", "memory", "MCP", "knowledge graph", "structural tension", "creative", "creative-orientation", "structural-dynamics" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "minimist": "^1.2.8" }, "devDependencies": { "@types/minimist": "^1.2.5", "@types/node": "^22.9.3", "shx": "^0.3.4", "typescript": "^5.6.2" } }