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 to improve error handling for invalid Elasticsearch index names. Instead of showing raw, unhelpful Elasticsearch errors, the system should catch `index_not_found_exception` and provide a user-friendly message listing available indices and potentially suggesting similar names. This enhancement aims to improve the developer experience by making it easier to diagnose and correct index name typos.

Complexity: 2/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