Skip to content

status command ignores --palace argument, uses hardcoded default path #847

@Michae1G

Description

@Michae1G

Bug Description

The status command does not respect the --palace argument passed to the MCP server.
It always looks for the palace at the default path instead of the one specified via --palace.

To Reproduce

Start the MCP server with a custom palace path:
python3 -m mempalace.mcp_server --palace /Users/michael/.mempalace/data/palace

Then run status — it attempts to read from:
/Users/michael/.mempalace/palace ← wrong, ignores --palace arg

Expected: status should use /Users/michael/.mempalace/data/palace

Environment

  • mempalace version: 3.1.0
  • Python: 3.11
  • OS: macOS

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions