9f5b8f5fd6
The MCP server config used `python -m mempalace.mcp_server` which fails when mempalace is installed via pipx or uv, since the system python cannot find the module in the isolated venv. Adding a `mempalace-mcp` console_scripts entry point ensures the MCP server works regardless of installation method (pip, pipx, uv, conda). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
56 B
JSON
6 lines
56 B
JSON
{
|
|
"mempalace": {
|
|
"command": "mempalace-mcp"
|
|
}
|
|
}
|