#!/usr/bin/env node
/**
 * MCP server that provides access to LLMs using the LlamaIndexTS library.
 * It implements tools for generating code, documentation, and answering questions.
 */
export {};
