Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_PROVIDER | No | The AI provider to use (e.g., 'openai' or 'anthropic'). Required for AI-powered features. | |
| OPENAI_API_KEY | No | Your OpenAI API key. Required if AI_PROVIDER is set to 'openai'. | |
| ANTHROPIC_API_KEY | No | Your Anthropic API key. Required if AI_PROVIDER is set to 'anthropic'. |
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 | |