Frontmatter
| id | 7528 |
| title | Use Centralized AI Config in Memory Core Services |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 17, 2025, 2:24 PM |
| updatedAt | Oct 17, 2025, 2:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7528 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7520 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 17, 2025, 2:26 PM |
Several services within the
memory-coreserver are importing the oldaiConfigfrombuildScriptsinstead of the new, centralizedaiConfiglocated atai/mcp/server/config.mjs. This ties the new server to the old build system and must be corrected.Acceptance Criteria
aiConfigimport path is corrected inchromaManager.mjs.aiConfigimport path is corrected indbService.mjs.aiConfigimport path is corrected inhealthService.mjs.aiConfigimport path is corrected insessionService.mjs.aiConfigimport path is corrected intextEmbeddingService.mjs.