prism-mcp-server 12.5.4 → 12.5.6

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 (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -187,6 +187,15 @@ Prism features a cutting-edge **Zero-Search Retrieval** system for its cognitive
187
187
  ### 🏥 Flagship Implementation: [Synalux](https://synalux.ai)
188
188
  **Synalux** is a high-compliance, local-first Practice Management System for ABA and Pediatrics. It is the flagship implementation of the Prism v11.5.1 engine, utilizing **Zero-Search Retrieval** and **Parallel Academic Discovery** to provide clinicians with real-time, evidence-based reasoning.
189
189
 
190
+ | Resource | Link |
191
+ |----------|------|
192
+ | **Synalux Docs** | [github.com/dcostenco/synalux-docs](https://github.com/dcostenco/synalux-docs) |
193
+ | **Synalux Platform** | [synalux.ai](https://synalux.ai) |
194
+ | **Prism Coder 7B (HuggingFace)** | [huggingface.co/dcostenco/prism-coder-7b](https://huggingface.co/dcostenco/prism-coder-7b) |
195
+ | **BFCL Submission** | [PR #1332](https://github.com/ShishirPatil/gorilla/pull/1332) |
196
+ | **Changelog** | [synalux-docs/CHANGELOG.md](https://github.com/dcostenco/synalux-docs/blob/main/CHANGELOG.md) |
197
+ | **Roadmap** | [synalux-docs/ROADMAP.md](https://github.com/dcostenco/synalux-docs/blob/main/ROADMAP.md) |
198
+
190
199
  ---
191
200
 
192
201
  <details>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prism-mcp-server",
3
- "version": "12.5.4",
3
+ "version": "12.5.6",
4
4
  "mcpName": "io.github.dcostenco/prism-coder",
5
5
  "description": "Prism-Coder v12.5: The world's first O(1) Cognitive Memory Architecture for AI Agents. 100% Tool-Call Accuracy (BFCL Gold Certified), 54 Agent Skills, Zero-Search Retrieval (HDC/HRR), HIPAA-hardened local-first storage, and SLERP-optimized GRPO alignment.",
6
6
  "module": "index.ts",