Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| DROPBOX_APP_KEY | Yes | Your Dropbox app's key | |
| DROPBOX_APP_SECRET | Yes | Your Dropbox app's secret | |
| DROPBOX_REDIRECT_URI | Yes | OAuth redirect URI | |
| TOKEN_ENCRYPTION_KEY | Yes | 32+ character key for token encryption | |
| MAX_TOKEN_REFRESH_RETRIES | No | Maximum number of refresh attempts | 3 | 
| TOKEN_REFRESH_RETRY_DELAY_MS | No | Delay between refresh attempts in ms | 1000 | 
| TOKEN_REFRESH_THRESHOLD_MINUTES | No | Minutes before expiration to refresh token | 5 | 
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 | |