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 |
|---|---|
| create_task | Create a new task |
| update_task | Update an existing pending task |
| delete_task | Delete a task if it has no dependents |
| get_next_task | Get the next available task |
| complete_task | Mark a task as completed |
| get_task_status | Get status of all tasks |
| get_task_details | Get details of a specific task |