prism-mcp-server 20.2.4 → 20.2.5
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/package.json +9 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prism-mcp-server",
|
|
3
|
-
"version": "20.2.
|
|
3
|
+
"version": "20.2.5",
|
|
4
4
|
"mcpName": "io.github.dcostenco/prism-coder",
|
|
5
5
|
"description": "Prism Coder — Cognitive memory + tool-calling intelligence for AI agents. Mind Palace persistent memory (BFCL Gold Certified, 100% Tool-Call Accuracy, 114 Agent Skills, PHI Guard, Tier Enforcement, Prompt-Based Skill Routing, Zero-Search HDC/HRR retrieval, HRR Semantic Drift Detection across BCBA/Coding/AAC domains, HIPAA-hardened local or subscription-gated Synalux storage, SLERP-optimized GRPO alignment) plus the prism-coder 1.7B–32B open-weights LLM fleet.",
|
|
6
6
|
"module": "index.ts",
|
|
@@ -125,9 +125,14 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"overrides": {
|
|
128
|
-
"hono": "^
|
|
129
|
-
"
|
|
130
|
-
"
|
|
128
|
+
"@hono/node-server": "^2.0.5",
|
|
129
|
+
"body-parser": "^2.3.0",
|
|
130
|
+
"fast-uri": "^3.1.4",
|
|
131
|
+
"hono": "^4.12.27",
|
|
132
|
+
"ip-address": "^10.2.0",
|
|
133
|
+
"protobufjs": "^7.6.5",
|
|
134
|
+
"sharp": "^0.35.0",
|
|
135
|
+
"tar": "^7.5.19"
|
|
131
136
|
},
|
|
132
137
|
"dependencies": {
|
|
133
138
|
"@anthropic-ai/sdk": "^0.92.0",
|