Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging | false |
| OPENAI_MODEL | No | Default model (gpt-5, gpt-4o, gpt-4) | gpt-5 |
| OPENAI_API_KEY | Yes | Your OpenAI API key (required) | |
| OPENAI_BASE_URL | No | Custom API endpoint | https://api.openai.com/v1 |
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 | |