Skip to content

Epic: Enhance Knowledge Base MCP with Class Query Tools #7665

@tobiu

Description

@tobiu

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

No one assigned

    Labels

    aienhancementNew feature or requestepicA big time intense ticket with related sub-tasks

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions