-
-
Notifications
You must be signed in to change notification settings - Fork 195
Open
2 / 22 of 2 issues completedOpen
2 / 22 of 2 issues completed
Copy link
Labels
aienhancementNew feature or requestNew feature or requestepicA big time intense ticket with related sub-tasksA big time intense ticket with related sub-tasks
Description
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.yaml file.
Key Features:
- An endpoint to retrieve details for a specific class (e.g.,
getClass(className)), returning its parent class, mixins, and configs. - An endpoint to query for class relationships (e.g.,
findClasses({extends: 'Neo.form.field.Base'})). - An endpoint to list all classes within a given namespace.
Sub-issues
Metadata
Metadata
Assignees
Labels
aienhancementNew feature or requestNew feature or requestepicA big time intense ticket with related sub-tasksA big time intense ticket with related sub-tasks