Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENV_FILE | No | Path to .env file for loading environment variables | |
| OPENAI_MODEL | No | The OpenAI model to use | gpt-5 |
| OPENAI_API_KEY | Yes | Your OpenAI API key (required) | |
| REASONING_EFFORT | No | Default reasoning effort level (low|minimal|medium|high) | medium |
| DEFAULT_VERBOSITY | No | Default verbosity level (low|medium|high) | medium |
| OPENAI_TIMEOUT_MS | No | Timeout for OpenAI API calls in milliseconds | 60000 |
| OPENAI_MAX_RETRIES | No | Maximum number of retries for OpenAI API calls | 3 |
| WEB_SEARCH_CONTEXT_SIZE | No | Default web search context size (low|medium|high) | medium |
| WEB_SEARCH_DEFAULT_ENABLED | No | Whether web search is enabled by default (true|false) | false |
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 | |