Extracts Java API information and documentation from Git repositories to power AI coding assistants.
Serves as a specialized server designed to augment AI coding assistants by providing comprehensive access to Java APIs and documentation. It intelligently fetches Java source code from specified Git repositories, parses it using ANTLR4, extracts detailed API metadata and documentation, and then delivers this structured information to AI assistants. This enables AI tools to offer more accurate, context-aware, and helpful code suggestions and guidance for Java development.