LearnNewsExamplesServices
Frontmatter
id7524
titleRemove Legacy Express Server from Memory Core
stateClosed
labels
enhancementai
assigneestobiu
createdAtOct 17, 2025, 1:26 PM
updatedAtOct 17, 2025, 2:36 PM
githubUrlhttps://github.com/neomjs/neo/issues/7524
authortobiu
commentsCount0
parentIssue7520
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 17, 2025, 2:36 PM

Remove Legacy Express Server from Memory Core

Closed v11.0.0 enhancementai
tobiu
tobiu commented on Oct 17, 2025, 1:26 PM

With the new stdio-based MCP server fully functional, the final step is to remove the legacy Express.js implementation to complete the migration.

Acceptance Criteria

  1. The index.mjs file (the Express server entry point) is deleted from ai/mcp/server/memory-core/.
  2. Any direct Express.js dependencies (express, cors, etc.) are removed from the main package.json if they are no longer needed by other parts of the project.
  3. The start script for the memory server in package.json is updated or removed.
tobiu assigned to @tobiu on Oct 17, 2025, 1:26 PM
tobiu added the enhancement label on Oct 17, 2025, 1:26 PM
tobiu added the ai label on Oct 17, 2025, 1:26 PM
tobiu added parent issue #7520 on Oct 17, 2025, 1:26 PM
tobiu referenced in commit 8b8cc35 - "Remove Legacy Express Server from Memory Core #7524" on Oct 17, 2025, 2:36 PM
tobiu closed this issue on Oct 17, 2025, 2:36 PM