Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PROMPT_EVAL_MODEL | No | The AI model to use for prompt evaluation (e.g., 'sonnet-4', 'o3', 'opus-4') | sonnet-4 |
PROMPT_EVAL_API_KEY | Yes | Your API key for the selected model provider (Anthropic or OpenAI) |
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 |