Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port number for the HTTP transport | 3211 |
| TASKS_DIR | No | The directory where task files are stored | ./demo-project |
| TRANSPORT | No | The transport protocol for the MCP server | http |
| AUTO_COMMIT | No | Enable automatic git commits for task changes | false |
| GIT_AUTHOR_NAME | No | The git author name for automatic commits | Task Bot |
| GIT_AUTHOR_EMAIL | No | The git author email for automatic commits | bot@tasks.md |
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 | |