Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODEL_NAME | No | The name of the model to use (e.g., gpt-4o-mini for OpenAI, meta-llama/llama-3.1-8b-instruct for OpenRouter) | |
| MODEL_PROVIDER | No | The model provider to use (openai or openrouter) | |
| OPENAI_API_KEY | No | Your OpenAI API key (required when using OpenAI as model provider) | |
| OPENROUTER_API_KEY | No | Your OpenRouter API key (required when using OpenRouter as model 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 | |