Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment | production |
| LOG_LEVEL | No | Log level | info |
| TWITTER_API_KEY | Yes | Twitter API Key | |
| TWITTER_API_SECRET | Yes | Twitter API Secret | |
| RATE_LIMIT_WINDOW_MS | No | Rate limit window | 900000 |
| TWITTER_ACCESS_TOKEN | Yes | Twitter Access Token | |
| TWITTER_BEARER_TOKEN | Yes | Twitter Bearer Token | |
| RATE_LIMIT_MAX_REQUESTS | No | Max requests per window | 300 |
| TWITTER_ACCESS_TOKEN_SECRET | Yes | Twitter Access Token Secret |
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 | |