Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging | |
| API_KEY | No | Twitter API Key (OAuth 1.0a) | |
| AUTH_TYPE | No | Authentication type (oauth2 for OAuth 2.0, defaults to OAuth 1.0a if not specified) | |
| ACCESS_TOKEN | No | Twitter Access Token (OAuth 1.0a) | |
| API_SECRET_KEY | No | Twitter API Secret Key (OAuth 1.0a) | |
| OAUTH2_CLIENT_ID | No | OAuth 2.0 Client ID | |
| ACCESS_TOKEN_SECRET | No | Twitter Access Token Secret (OAuth 1.0a) | |
| OAUTH2_ACCESS_TOKEN | No | OAuth 2.0 Access Token | |
| OAUTH2_CLIENT_SECRET | No | OAuth 2.0 Client Secret | |
| OAUTH2_REFRESH_TOKEN | No | OAuth 2.0 Refresh Token |
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 | |