llm_predict
Process text prompts through a local language model to generate responses, enabling MCP-compatible clients to leverage local LLM inference.
Instructions
Process text input through a local LLM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The text prompt to send to the LLM | |
| max_tokens | No | Maximum number of tokens to generate |