issue.md•1.15 kB
---
name: Issue
about: Report a bug or suggest a feature
title: ''
labels: ''
assignees: ''
---
## Type
- [ ] Bug Report
- [ ] Feature Request
- [ ] Question/Other
## Prerequisites (for Bug Reports)
<!-- ⚠️ Please check the [README Requirements](https://github.com/taazkareem/clickup-mcp-server#requirements) section first -->
<!-- Skip this section for Feature Requests -->
**Environment Check:**
- [ ] Node.js version: `node --version` (must be v18.0.0+)
- [ ] npm version: `npm --version`
- [ ] Operating System: (e.g., macOS 14, Windows 11, Ubuntu 22.04)
- [ ] ClickUp API key configured
- [ ] ClickUp Team ID available
**Quick Self-Check:**
- [ ] I've verified my Node.js version meets requirements
- [ ] I've tried clearing npm cache: `npm cache clean --force`
- [ ] I've checked the configuration matches the README examples
## Description
<!-- For bugs: What happened? What did you expect to happen? -->
<!-- For features: What would you like to add? Why is it needed? -->
## Additional Information
<!-- For bugs: Steps to reproduce, error messages, configuration details -->
<!-- For features: Example usage, alternative solutions -->