Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ENV_FILE | No | Custom path to specify the location of the .env file | |
OPENAI_MODEL | No | The OpenAI model to use (e.g., o3, gpt-5) | gpt-5 |
OPENAI_API_KEY | Yes | Your OpenAI API key with access to o3 or other supported models |
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 |