Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TODO_SERVER_URL | No | The base URL for the REST backend API. The server expects endpoints like /api/todos to be available at this URL. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_todos | List all todo items. |
| add_todo | Add a new todo item. |
| get_todo | Get details of a specific todo item. |
| update_todo | Update the title of an existing todo item. |
| delete_todo | Delete a todo item. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |