From a9fb98d14617fe6ad66b3390fcd577fd2b13ae4a Mon Sep 17 00:00:00 2001 From: z060142 Date: Thu, 17 Apr 2025 15:54:21 +0800 Subject: [PATCH] Change the long-term memory system source --- config.py | 13 ++++++++++--- persona.json | 1 - 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/config.py b/config.py index 3bd9192..13e410f 100644 --- a/config.py +++ b/config.py @@ -45,9 +45,16 @@ MCP_SERVERS = { exa_config_arg_string # Use the properly escaped variable ], }, - "memorymesh": { - "command": "node", - "args": ["Z:/mcp/Server/MemoryMesh-main/dist/index.js"] # Path remains unchanged + "servers": { + "command": "npx", + "args": [ + "-y", + "@smithery/cli@latest", + "run", + "@jlia0/servers", + "--key", + "09025967-c177-4653-9af4-40603a1cbd11" + ] } # Add or remove servers as needed } diff --git a/persona.json b/persona.json index f34e83a..4b8fa70 100644 --- a/persona.json +++ b/persona.json @@ -38,7 +38,6 @@ "language_social": { "tone": "Respectful but sharp-tongued", "catchphrases": [ - //放棄這一句 "Merely this and nothing more.", "Please stop dragging me down.", "I told you, I will win." ],