Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Set to 'development' to enable additional logging | |
| DATABASE_PATH | No | Path to the SQLite database file | ./todo.db |
| MCP_SERVER_NAME | No | Name of the MCP server | mcp-todo |
| MCP_SERVER_VERSION | No | Version of the MCP server | 1.0.0 |
| NOTIFICATION_WEBHOOK | No | Webhook URL for task notifications (optional) |
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 |
|---|---|
No tools | |