This project includes a Model Context Protocol (MCP) server that exposes the indexed data through a standardized set of tools. This allows AI coding agents to interact with the indexed codebase in a structured way.

1 Open Issue Need Help Last updated: Oct 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes improving error handling when an invalid Elasticsearch index name is provided. Instead of a raw `index_not_found_exception`, the system should catch this error and present a user-friendly message that states the index was not found, lists all available indices, and optionally suggests similar index names using fuzzy matching.

Complexity: 3/5
enhancement good first issue developer-experience

This project includes a Model Context Protocol (MCP) server that exposes the indexed data through a standardized set of tools. This allows AI coding agents to interact with the indexed codebase in a structured way.

TypeScript