Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_MODEL | No | The specific AI model to use for decomposition and compilation. | claude-3-5-haiku-20241022 |
| AI_PROVIDER | No | The AI provider to use for prompt decomposition. Supported values: 'anthropic', 'openai'. | anthropic |
| OPENAI_API_KEY | No | API key for OpenAI. Required if AI_PROVIDER is set to 'openai' and heuristic fallback is not desired. | |
| ANTHROPIC_API_KEY | No | API key for Anthropic. Required if AI_PROVIDER is set to 'anthropic' and heuristic fallback is not desired. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |