Skip to content

fix: remove broken memu-server entry point (fixes #354)#398

Open
octo-patch wants to merge 1 commit intoNevaMind-AI:mainfrom
octo-patch:fix/issue-354-remove-broken-entrypoint
Open

fix: remove broken memu-server entry point (fixes #354)#398
octo-patch wants to merge 1 commit intoNevaMind-AI:mainfrom
octo-patch:fix/issue-354-remove-broken-entrypoint

Conversation

@octo-patch
Copy link
Copy Markdown

Fixes #354

Problem

The [project.scripts] entry point in pyproject.toml references memu.server.cli:main, but the memu.server module was removed during the v1.5.0 refactor. After pip install, running memu-server immediately fails with ModuleNotFoundError.

Fix

Remove the stale [project.scripts] section from pyproject.toml. The server module no longer exists and there is no replacement CLI entry point in the current codebase.

Test

After this change, pip install -e . no longer registers a broken memu-server console script.

…fixes NevaMind-AI#354)

The memu.server.cli module was removed in the v1.5.0 refactor but the
console_scripts entry point was not updated. Running memu-server after
pip install raises ModuleNotFoundError.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant