Description
memu-server fails at runtime because its configured entry point targets a module that does not exist.
In pyproject.toml:
[project.scripts]
memu-server = "memu.server.cli:main"
But src/memu/server/cli.py is missing on current main.
Environment
ubuntu-24.04
Steps to reproduce
Install project / create venv from current main.
Run:
./.venv/bin/memu-server --help
or:
./.venv/bin/python -c "import memu.server.cli"
Expected behavior
memu-server should resolve to a valid module/function and run (or at least show help / clear message).
Version
Commit: 8676a27 (local origin/main synced on 2026-02-25)
Severity
Critical
Additional Information
No response
Description
memu-server fails at runtime because its configured entry point targets a module that does not exist.
In pyproject.toml:
[project.scripts]
memu-server = "memu.server.cli:main"
But src/memu/server/cli.py is missing on current main.
Environment
ubuntu-24.04
Steps to reproduce
Install project / create venv from current main.
Run:
./.venv/bin/memu-server --help
or:
./.venv/bin/python -c "import memu.server.cli"
Expected behavior
memu-server should resolve to a valid module/function and run (or at least show help / clear message).
Version
Commit: 8676a27 (local origin/main synced on 2026-02-25)
Severity
Critical
Additional Information
No response