UNPKG
mcp-llm
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
MCP server for interacting with LLMs using LlamaIndexTS
github.com/sammcj/mcp-llm
sammcj/mcp-llm
mcp-llm
/
build
/
index.d.ts
7 lines
(6 loc)
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
7
#!/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
{};