@grec0/memory-bank-mcp 0.1.15 → 0.1.16
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/dist/index.js +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -796,6 +796,8 @@ async function startStdioServer() {
|
|
|
796
796
|
console.error(" - memorybank_update_context: Actualizar contexto de sesión");
|
|
797
797
|
console.error(" - memorybank_record_decision: Registrar decisiones técnicas");
|
|
798
798
|
console.error(" - memorybank_track_progress: Actualizar progreso del proyecto");
|
|
799
|
+
console.error(" Multi-Agent Coordination:");
|
|
800
|
+
console.error(" - memorybank_manage_agents: Coordinación y bloqueos de recursos");
|
|
799
801
|
console.error("");
|
|
800
802
|
console.error("Available resources:");
|
|
801
803
|
console.error(" - memory://{projectId}/active: Contexto activo");
|