Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port to run the SSE server on (defaults to 3000). | 3000 |
| LOG_LEVEL | No | Verbosity of server logs. Valid values: trace, debug, info, warn, error. | error |
| ENABLE_SSE | No | Set to 'true' to enable Server-Sent Events mode. | |
| DISABLED_TOOLS | No | A comma-separated list of tool names to disable (e.g., 'create_task,get_tasks'). | |
| REWORK_ACCOUNT_PASSWORD | Yes | Password for Rework account/user management. | |
| REWORK_PROJECT_PASSWORD | Yes | Password for Rework projects management. | |
| REWORK_WORKFLOW_PASSWORD | Yes | Password for Rework workflow management. | |
| REWORK_ACCOUNT_ACCESS_TOKEN | Yes | Access token for Rework account/user management. | |
| REWORK_PROJECT_ACCESS_TOKEN | Yes | Access token for Rework projects management. | |
| REWORK_WORKFLOW_ACCESS_TOKEN | Yes | Access token for Rework workflow management. |
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 | |