Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_API_KEY | No | Azure OpenAI API key (required for ChatGPT support). | |
| AZURE_API_BASE | No | Azure OpenAI base URL (e.g., https://your-resource.openai.azure.com/). | |
| GOOGLE_API_KEY | No | Google Gemini API key from Google AI Studio. | |
| VERTEX_PROJECT | No | Google Cloud project ID for Vertex AI (required for Claude support). | |
| VERTEX_LOCATION | No | Google Cloud location for Vertex AI. | us-central1 |
| BACKUP_DIRECTORY | No | Directory where automatic backups are stored before modifications. | .backups/ |
| MAX_FILE_SIZE_MB | No | Maximum file size in MB allowed for processing. | 5 |
| AZURE_API_VERSION | No | Azure OpenAI API version. | 2024-02-15-preview |
| DEFAULT_AI_PROVIDER | No | The default AI provider to use (gemini, claude, or chatgpt). | gemini |
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 | |