prism-mcp-server 8.0.2 → 9.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "prism-mcp-server",
3
- "version": "8.0.2",
3
+ "version": "9.0.4",
4
4
  "mcpName": "io.github.dcostenco/prism-mcp",
5
- "description": "The Mind Palace for AI Agents — a true Cognitive Architecture with Hebbian learning (episodic→semantic consolidation), ACT-R spreading activation (multi-hop causal reasoning), uncertainty-aware rejection gates (agents that know when they don't know), adversarial evaluation (anti-sycophancy), fail-closed Dark Factory pipelines, persistent memory (SQLite/Supabase), multi-agent Hivemind, time travel & visual dashboard. Zero-config local mode.",
5
+ "description": "The Mind Palace for AI Agents — Autonomous Cognitive OS with affect-tagged memory (valence engine), token-economic reinforcement learning (surprisal gate + UBI), Hebbian learning, ACT-R spreading activation, Synapse Engine (GraphRAG), adversarial evaluation (anti-sycophancy), fail-closed Dark Factory pipelines, persistent memory (SQLite/Supabase), multi-agent Hivemind, time travel & visual dashboard. Zero-config local mode.",
6
6
  "module": "index.ts",
7
7
  "type": "module",
8
8
  "main": "dist/server.js",
@@ -80,7 +80,15 @@
80
80
  "dark-factory",
81
81
  "autonomous-pipeline",
82
82
  "fail-closed",
83
- "anti-sycophancy"
83
+ "anti-sycophancy",
84
+ "valence",
85
+ "affect-tagged-memory",
86
+ "cognitive-budget",
87
+ "surprisal-gate",
88
+ "token-economy",
89
+ "reinforcement-learning",
90
+ "graphrag",
91
+ "synapse-engine"
84
92
  ],
85
93
  "homepage": "https://github.com/dcostenco/prism-mcp",
86
94
  "repository": {
@@ -93,6 +101,7 @@
93
101
  "@types/bun": "latest",
94
102
  "@types/jsdom": "^28.0.1",
95
103
  "@types/mozilla-readability": "^0.2.1",
104
+ "@types/pg": "^8.20.0",
96
105
  "@types/turndown": "^5.0.6",
97
106
  "tsx": "^4.19.3",
98
107
  "vitest": "^4.1.1"
@@ -121,6 +130,7 @@
121
130
  "jsdom": "^29.0.1",
122
131
  "openai": "^6.32.0",
123
132
  "p-limit": "^7.3.0",
133
+ "pg": "^8.20.0",
124
134
  "quickjs-emscripten": "^0.32.0",
125
135
  "stream-json": "^2.0.0",
126
136
  "turndown": "^7.2.2",