Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port number for the server to listen on | 3001 |
| NODE_ENV | No | Application environment (production, development) | production |
| LOG_LEVEL | No | Logging level (error, warn, info, debug) | info |
| CORS_ORIGIN | No | CORS origin configuration | * |
| MAX_FILE_SIZE | No | Maximum file upload size in bytes (default: 50MB) | 52428800 |
| RATE_LIMIT_ENABLED | No | Enable/disable rate limiting | true |
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 | |