You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
16
+
17
+
## Acceptance Criteria
18
+
19
+
1. The `buildHealthResponse` function in `ai/mcp/server/memory-core/services/healthService.mjs` is updated.
20
+
2. The health check now verifies the existence and document count of both the `memories` and `summaries` collections.
21
+
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.
22
+
4. A successful health check call returns the new, richer status object.
0 commit comments