Spaces:
Running
Running
Z User commited on
Commit ·
7a0aae3
1
Parent(s): 7adec1d
fix: revert MCP and mempalace to restore basic functionality
Browse files- config.yaml +2 -8
config.yaml
CHANGED
|
@@ -8,19 +8,13 @@ platforms:
|
|
| 8 |
domain: feishu
|
| 9 |
connection_mode: websocket
|
| 10 |
memory:
|
| 11 |
-
provider:
|
| 12 |
compress:
|
| 13 |
enabled: true
|
| 14 |
threshold: 50
|
| 15 |
target_ratio: 20
|
| 16 |
protect_last: 20
|
| 17 |
-
no_mcp:
|
| 18 |
-
|
| 19 |
-
mcp_servers:
|
| 20 |
-
mempalace:
|
| 21 |
-
command: "python3"
|
| 22 |
-
args: ["-m", "mempalace.mcp_server"]
|
| 23 |
-
timeout: 120
|
| 24 |
terminal:
|
| 25 |
backend: cloud
|
| 26 |
timeout: 180
|
|
|
|
| 8 |
domain: feishu
|
| 9 |
connection_mode: websocket
|
| 10 |
memory:
|
| 11 |
+
provider: none
|
| 12 |
compress:
|
| 13 |
enabled: true
|
| 14 |
threshold: 50
|
| 15 |
target_ratio: 20
|
| 16 |
protect_last: 20
|
| 17 |
+
no_mcp: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
terminal:
|
| 19 |
backend: cloud
|
| 20 |
timeout: 180
|