Change the long-term memory system source

This commit is contained in:
z060142 2025-04-17 15:54:21 +08:00
parent d5d7b87727
commit a9fb98d146
2 changed files with 10 additions and 4 deletions

View File

@ -45,9 +45,16 @@ MCP_SERVERS = {
exa_config_arg_string # Use the properly escaped variable exa_config_arg_string # Use the properly escaped variable
], ],
}, },
"memorymesh": { "servers": {
"command": "node", "command": "npx",
"args": ["Z:/mcp/Server/MemoryMesh-main/dist/index.js"] # Path remains unchanged "args": [
"-y",
"@smithery/cli@latest",
"run",
"@jlia0/servers",
"--key",
"09025967-c177-4653-9af4-40603a1cbd11"
]
} }
# Add or remove servers as needed # Add or remove servers as needed
} }

View File

@ -38,7 +38,6 @@
"language_social": { "language_social": {
"tone": "Respectful but sharp-tongued", "tone": "Respectful but sharp-tongued",
"catchphrases": [ "catchphrases": [
// "Merely this and nothing more.",
"Please stop dragging me down.", "Please stop dragging me down.",
"I told you, I will win." "I told you, I will win."
], ],