Skip to content

Commit ba16b82

Browse files
Dxrk Systemjphein
authored andcommitted
fix: use python -m mempalace.mcp_server for robustness
1 parent 013ac63 commit ba16b82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.opencode/opencode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"mcp": {
44
"mempalace": {
55
"type": "local",
6-
"command": ["mempalace-mcp"],
6+
"command": ["python", "-m", "mempalace.mcp_server"],
77
"enabled": true
88
}
99
}

0 commit comments

Comments
 (0)