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." ],