---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Steps to Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Run command '...'
3. 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.
## Error Messages
```
Paste any error messages, stack traces, or logs here
```
## Environment
- **OS:** [e.g., macOS 14.0, Ubuntu 22.04, Windows 11]
- **Python Version:** [e.g., 3.11.5]
- **ProduckAI MCP Server Version:** [e.g., 0.7.0]
- **Claude Desktop Version:** [e.g., 1.0.0]
- **Installation Method:** [e.g., pip, source]
## Configuration
```json
// Paste relevant parts of your claude_desktop_config.json (remove API keys!)
{
"mcpServers": {
"produckai": {
// Your config here
}
}
}
```
## Screenshots
If applicable, add screenshots to help explain your problem.
## Additional Context
Add any other context about the problem here:
- Were you able to reproduce this consistently?
- Did this work before? If so, what changed?
- Are there any workarounds you've found?
## Possible Solution
(Optional) If you have suggestions on how to fix this bug, please share them here.
## Related Issues
- Are there any related issues? Link them here: #issue_number