mcp-llm

mcp-llm

43

MCP LLM is a server that allows access to large language models using the LlamaIndexTS library. It offers features like code generation, documentation creation, and interaction through questions asked to the LLM.

generate_code

Generate code for the specified language based on the description

generate_code_to_file

Generate code and write directly to the file, supporting relative and absolute paths

generate_documentation

Generate documents with a specified format for the code

ask_question

Ask LLM and get answers