prism-mcp-server 2.3.11 → 2.3.12
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.
- package/README.md +2 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/prism-mcp-server)
|
|
4
4
|
[](https://registry.modelcontextprotocol.io)
|
|
5
|
-
[](https://glama.ai/mcp/servers/dcostenco/
|
|
5
|
+
[](https://glama.ai/mcp/servers/dcostenco/prism-mcp)
|
|
6
6
|
[](https://smithery.ai/server/prism-mcp-server)
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
[](https://www.typescriptlang.org/)
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
17
|
-
## What's New in v2.3.
|
|
17
|
+
## What's New in v2.3.12 — Stability & Fixes 🛠️
|
|
18
18
|
|
|
19
19
|
| Feature | Description |
|
|
20
20
|
|---|---|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prism-mcp-server",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.12",
|
|
4
4
|
"mcpName": "io.github.dcostenco/prism-mcp",
|
|
5
5
|
"description": "The Mind Palace for AI Agents — local-first MCP server with persistent memory (SQLite/Supabase), visual dashboard, time travel, multi-agent sync, Morning Briefings, reality drift detection, code mode templates, semantic vector search, and Brave Search + Gemini analysis. Zero-config local mode.",
|
|
6
6
|
"module": "index.ts",
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"@google/generative-ai": "^0.24.1",
|
|
81
81
|
"@libsql/client": "^0.17.2",
|
|
82
82
|
"@modelcontextprotocol/sdk": "^1.9.0",
|
|
83
|
+
"@supabase/supabase-js": "^2.99.3",
|
|
83
84
|
"dotenv": "^16.5.0",
|
|
84
85
|
"quickjs-emscripten": "^0.32.0"
|
|
85
86
|
}
|