Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_DIR | No | Data storage directory | ./data |
| NODE_ENV | No | Node environment | development |
| LOG_LEVEL | No | Log level | info |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All Tasks (JSON) | Get all tasks in JSON format |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_task | Create a new task |
| list_tasks | List tasks with optional filters |
| update_task | Update an existing task |
| delete_task | Delete a task by ID |
| complete_task | Mark a task as completed |
| search_tasks | Search tasks by title or description |
| get_task_stats | Get statistics about all tasks |
| clear_completed | Remove all completed tasks |