prism-mcp-server 6.5.2 → 6.5.3
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 +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -391,6 +391,21 @@ Soft/hard delete (Art. 17), full export in JSON, Markdown, or Obsidian vault `.z
|
|
|
391
391
|
|
|
392
392
|
**Morning Briefings** — After 4+ hours away, Prism auto-synthesizes a 3-bullet action plan from your last sessions.
|
|
393
393
|
|
|
394
|
+
### Claude Code: Parallel Explore Agent Workflows
|
|
395
|
+
|
|
396
|
+
When you need to quickly map a large auth system, launch multiple `Explore` subagents in parallel and merge their findings:
|
|
397
|
+
|
|
398
|
+
```text
|
|
399
|
+
Run 3 Explore agents in parallel.
|
|
400
|
+
1) Map auth architecture
|
|
401
|
+
2) List auth API endpoints
|
|
402
|
+
3) Find auth test coverage gaps
|
|
403
|
+
Research only, no code changes.
|
|
404
|
+
Return a merged summary.
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
Then continue a specific thread with a follow-up message to the selected agent, such as deeper refresh-token edge-case analysis.
|
|
408
|
+
|
|
394
409
|
---
|
|
395
410
|
|
|
396
411
|
## 🆕 What's New
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prism-mcp-server",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.3",
|
|
4
4
|
"mcpName": "io.github.dcostenco/prism-mcp",
|
|
5
5
|
"description": "The Mind Palace for AI Agents — persistent memory (SQLite/Supabase), behavioral learning & IDE rules sync, multimodal VLM image captioning, pluggable LLM providers (OpenAI/Anthropic/Gemini/Ollama), OpenTelemetry distributed tracing, GDPR export, multi-agent Hivemind sync, time travel, visual Mind Palace dashboard. Zero-config local mode.",
|
|
6
6
|
"module": "index.ts",
|