Frontmatter
| id | 7532 |
| title | Make start_database Hybrid-Aware |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 17, 2025, 3:03 PM |
| updatedAt | Oct 17, 2025, 3:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7532 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7529 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 17, 2025, 3:24 PM |
The
start_databasetool is not hybrid-aware. It doesn't check if a ChromaDB instance is already running on the target port before attempting to spawn a new one. This needs to be corrected to support developers who prefer to manage the DB process manually.Acceptance Criteria
knowledgeBaseobject inai/mcp/server/config.mjsis updated withhostandportproperties.start_databasefunction inknowledge-base/services/databaseLifecycleService.mjsis updated.