Frontmatter
| id | 7506 |
| title | Implement Delete Database Service |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 16, 2025, 12:43 PM |
| updatedAt | Oct 16, 2025, 12:45 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7506 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7501 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 16, 2025, 12:45 PM |
This ticket covers the implementation of the
delete_databaseservice for the AI Knowledge Base MCP server. This service will expose the destructive but necessary functionality to completely remove the knowledge base collection from ChromaDB, allowing for a clean reset.Acceptance Criteria
ai/mcp/server/knowledge-base/services/databaseService.mjsfile is created.deleteDatabasefunction that connects to ChromaDB and deletes the collection specified inaiConfig.toolService.mjsserviceMappingis updated to point thedelete_databaseoperationId to the new service function.