Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_PORT | No | Port for LLM API (for GENERIC provider) | |
| PROVIDER | No | LLM provider type (GENERIC or OPENAI) | |
| LLM_MODEL | No | LLM model name | |
| MCP_ENABLE | No | Enable MCP initialization | |
| LLM_BASE_URL | No | Base URL for LLM API (for GENERIC provider) | |
| OPENAI_API_KEY | No | OpenAI API key (for OPENAI provider) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |