Skip to content

Bug: memu-server entry point points to missing module (memu.server.cli) #354

@zycxfyh

Description

@zycxfyh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions