Frontmatter
| id | 8422 |
| title | Update Knowledge Base Documentation |
| state | Closed |
| labels | documentationai |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 1:27 PM |
| updatedAt | Jan 8, 2026, 1:29 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8422 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 1:29 PM |
Update Knowledge Base Documentation
tobiu assigned to @tobiu on Jan 8, 2026, 1:28 PM

tobiu
Jan 8, 2026, 1:29 PM
Input from Gemini 3 Pro:
✦ I have updated
learn/guides/mcp/KnowledgeBase.mdto accurately reflect the current capabilities of the system.Updates include:
- New Services: Documented
SearchService(RAG) as a core component.- New Tools:
ask_knowledge_base: Documented as the recommended way to get synthesized answers.get_class_hierarchy: Documented as the tool for deterministic inheritance discovery.- Tool Consolidation: Updated the "Available Tools" section to show the unified
manage_knowledge_baseandmanage_databasetools, replacing the list of deprecated individual tools.I also updated
ai/mcp/server/knowledge-base/services/toolService.mjsto register theget_class_hierarchytool mapping.
tobiu closed this issue on Jan 8, 2026, 1:29 PM
Update
learn/guides/mcp/KnowledgeBase.mdto reflect recent architectural changes.Changes:
ask_knowledge_basetool and the underlyingSearchService. Explain how it differs fromquery_documents(synthesis vs. raw search).get_class_hierarchytool.manage_knowledge_baseinstead of separate create/embed/sync tools).openapi.yaml.Goal: Keep documentation in sync with the live system capabilities.