UNPKG

mcp-llm

Version:

MCP server for interacting with LLMs using LlamaIndexTS

7 lines (6 loc) 198 B
#!/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 {};