bug_report.md•1.13 kB
---
name: Bug Report
about: Report a bug to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Steps to Reproduce
1. Go to '...'
2. Configure '...'
3. Execute '...'
4. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
A clear and concise description of what actually happened.
## Environment
- **Node.js version**: [e.g., 18.0.0]
- **Operating System**: [e.g., macOS 14.0, Windows 11, Ubuntu 22.04]
- **MCP Client**: [e.g., Claude Desktop 1.0, Raycast]
- **Package Version**: [e.g., 1.2.0]
## Error Logs
If applicable, paste relevant error messages or logs here:
```
[Paste error logs here]
```
## Configuration
If relevant, share your configuration (remove sensitive information):
```json
{
"mcpServers": {
"todoist": {
// Your config here
}
}
}
```
## Additional Context
Add any other context about the problem here (screenshots, related issues, etc.).
## Possible Solution
If you have suggestions on how to fix the bug, please share them here.