Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| add_task | Add a new task to the todo list |
| list_tasks | List all tasks with optional filtering |
| update_task | Update an existing task |
| delete_task | Delete a task |
| start_pomodoro | Start a new pomodoro session |
| complete_pomodoro | Mark a pomodoro session as completed |
| get_pomodoro_stats | Get statistics about pomodoro sessions |
| update_settings | Update pomodoro timer settings |
| get_active_session | Get the currently active pomodoro session |