Frontmatter
| id | 9665 |
| title | Stabilize MCP Server Infrastructure & Fix Memory/Graph Regression |
| state | Closed |
| labels | bugai |
| assignees | tobiu |
| createdAt | Apr 3, 2026, 8:37 PM |
| updatedAt | Apr 3, 2026, 11:44 PM |
| githubUrl | https://github.com/neomjs/neo/issues/9665 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 9638 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 3, 2026, 11:44 PM |
Stabilize MCP Server Infrastructure & Fix Memory/Graph Regression
Closedbugai
Description
During the
DreamServiceintegration, the Antigravity sandbox suffered a severe startup regression for both theknowledge-baseandmemory-coreMCP servers, leading to "context deadline exceeded" and process locks.Fixes Documented
better-sqlite3by isolating GraphService SQLite artifacts physically within the/graphsubdirectory (chroma-neo-knowledge-base/graph/knowledge-graph.sqlite).KB_GraphServiceinsideDreamService.mjsto ensurememory-coredoes not spin up or lock SQLite bindings belonging exclusively toknowledge-base.process.cwd()heuristic path fallbacks to provide safety nets across isolated editor/sandbox execution vectors.