LearnNewsExamplesServices
Frontmatter
id7525
titleEnhance Memory Core Health Check
stateClosed
labels
enhancementai
assigneestobiu
createdAtOct 17, 2025, 2:06 PM
updatedAtOct 17, 2025, 2:12 PM
githubUrlhttps://github.com/neomjs/neo/issues/7525
authortobiu
commentsCount0
parentIssue7520
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtOct 17, 2025, 2:12 PM

Enhance Memory Core Health Check

Closed v11.0.0 enhancementai
tobiu
tobiu commented on Oct 17, 2025, 2:06 PM

This ticket is to improve the healthcheck tool for the memory-core server to match the more comprehensive implementation of the knowledge-base server. This involves updating the healthService.mjs to check for the existence and status of both the memories and summaries collections, and updating the openapi.yaml to reflect the richer response schema.

Acceptance Criteria

  1. The buildHealthResponse function in ai/mcp/server/memory-core/services/healthService.mjs is updated.
  2. The health check now verifies the existence and document count of both the memories and summaries collections.
  3. The HealthCheckResponse schema in ai/mcp/server/memory-core/openapi.yaml is updated to include the detailed database and collection status, matching the structure of the knowledge-base server's schema.
  4. A successful health check call returns the new, richer status object.
tobiu assigned to @tobiu on Oct 17, 2025, 2:06 PM
tobiu added the enhancement label on Oct 17, 2025, 2:06 PM
tobiu added the ai label on Oct 17, 2025, 2:06 PM
tobiu added parent issue #7520 on Oct 17, 2025, 2:06 PM
tobiu referenced in commit 4d2db48 - "Enhance Memory Core Health Check #7525" on Oct 17, 2025, 2:10 PM
tobiu closed this issue on Oct 17, 2025, 2:12 PM