LearnNewsExamplesServices
Frontmatter
id7665
titleEpic: Enhance Knowledge Base MCP with Class Query Tools
stateClosed
labels
enhancementepicstaleai
assignees[]
createdAtOct 26, 2025, 2:53 PM
updatedAtFeb 8, 2026, 5:12 AM
githubUrlhttps://github.com/neomjs/neo/issues/7665
authortobiu
commentsCount2
parentIssuenull
subIssues
7664 Docs: Create Codebase Overview Guide
7666 Docs: Update AGENTS.md to use new Codebase Overview Guide
subIssuesCompleted2
subIssuesTotal2
blockedBy[]
blocking[]
closedAtFeb 8, 2026, 5:12 AM

Epic: Enhance Knowledge Base MCP with Class Query Tools

Closed v12.0.0 enhancementepicstaleai
tobiu
tobiu commented on Oct 26, 2025, 2:53 PM

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.
tobiu added the enhancement label on Oct 26, 2025, 2:53 PM
tobiu added the epic label on Oct 26, 2025, 2:53 PM
tobiu added the ai label on Oct 26, 2025, 2:53 PM
tobiu added sub-issue #7664 on Oct 26, 2025, 2:54 PM
tobiu added sub-issue #7666 on Oct 26, 2025, 2:54 PM