Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SCHEDULE_TASK_DB_PATH | No | Override the SQLite location (default ~/.schedule-task-mcp/tasks.db). A legacy tasks.json found in the same folder is migrated once. | ~/.schedule-task-mcp/tasks.db |
| SCHEDULE_TASK_TIMEZONE | No | Force a timezone when formatting *_local timestamps; defaults to the host timezone. | |
| SCHEDULE_TASK_SAMPLING_TIMEOUT | No | Timeout in milliseconds for sampling/createMessage calls (default 180000, i.e., 3 minutes). | 180000 |
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 | |