Frontmatter
| id | 7665 |
| title | Epic: Enhance Knowledge Base MCP with Class Query Tools |
| state | Closed |
| labels | enhancementepicstaleai |
| assignees | [] |
| createdAt | Oct 26, 2025, 2:53 PM |
| updatedAt | Feb 8, 2026, 5:12 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7665 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | 7664 Docs: Create Codebase Overview Guide 7666 Docs: Update AGENTS.md to use new Codebase Overview Guide |
| subIssuesCompleted | 2 |
| subIssuesTotal | 2 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 8, 2026, 5:12 AM |
To allow for more efficient and precise exploration of the codebase, the knowledge base MCP server should be enhanced with tools for structured queries against the class hierarchy.
This will enable an agent (or other tools) to get specific information about classes without parsing source files or the
class-hierarchy.yamlfile.Key Features:
getClass(className)), returning its parent class, mixins, and configs.findClasses({extends: 'Neo.form.field.Base'})).