fix: update mempalace mcp command to use mempalace-mcp entry point
cmd_mcp() in cli.py was still printing `python -m mempalace.mcp_server` as the setup command. Update to use the mempalace-mcp console entry point added in the previous commit. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
committed by
Igor Lins e Silva
parent
67a067701e
commit
982d421510
+1
-1
@@ -367,7 +367,7 @@ def cmd_instructions(args):
|
|||||||
|
|
||||||
def cmd_mcp(args):
|
def cmd_mcp(args):
|
||||||
"""Show how to wire MemPalace into MCP-capable hosts."""
|
"""Show how to wire MemPalace into MCP-capable hosts."""
|
||||||
base_server_cmd = "python -m mempalace.mcp_server"
|
base_server_cmd = "mempalace-mcp"
|
||||||
|
|
||||||
if args.palace:
|
if args.palace:
|
||||||
resolved_palace = str(Path(args.palace).expanduser())
|
resolved_palace = str(Path(args.palace).expanduser())
|
||||||
|
|||||||
Reference in New Issue
Block a user