prism-mcp-server 7.8.0 → 7.8.2

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.
Files changed (1) hide show
  1. package/package.json +9 -3
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "prism-mcp-server",
3
- "version": "7.8.0",
3
+ "version": "7.8.2",
4
4
  "mcpName": "io.github.dcostenco/prism-mcp",
5
- "description": "The Mind Palace for AI Agents — adversarial evaluation (PLAN_CONTRACTEVALUATE anti-sycophancy), fail-closed Dark Factory autonomous pipelines (3-gate parse→type→scope), persistent memory (SQLite/Supabase), ACT-R cognitive retrieval, behavioral learning & IDE rules sync, multi-agent Hivemind, time travel, visual dashboard. Zero-config local mode.",
5
+ "description": "The Mind Palace for AI Agents — a true Cognitive Architecture with Hebbian learning (episodicsemantic 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.",
6
6
  "module": "index.ts",
7
7
  "type": "module",
8
8
  "main": "dist/server.js",
@@ -70,11 +70,17 @@
70
70
  "dashboard",
71
71
  "actr",
72
72
  "cognitive-memory",
73
+ "cognitive-architecture",
73
74
  "activation-memory",
75
+ "spreading-activation",
76
+ "hebbian-learning",
77
+ "multi-hop-reasoning",
78
+ "rejection-gate",
79
+ "episodic-semantic",
74
80
  "dark-factory",
75
81
  "autonomous-pipeline",
76
82
  "fail-closed",
77
- "path-traversal-prevention"
83
+ "anti-sycophancy"
78
84
  ],
79
85
  "homepage": "https://github.com/dcostenco/prism-mcp",
80
86
  "repository": {