Change the long-term memory system source
This commit is contained in:
parent
d5d7b87727
commit
a9fb98d146
13
config.py
13
config.py
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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."
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user