---
name: Bug Report
about: Report a bug or unexpected behavior
title: '[BUG] '
labels: bug, triage
assignees: ''
---
## Bug Description
<!-- A clear and concise description of what the bug is -->
## Environment
- **Amazon Ads MCP Version**: <!-- e.g., 1.0.0 -->
- **Python Version**: <!-- e.g., 3.10, 3.11 -->
- **OS**: <!-- e.g., macOS 14.0, Ubuntu 22.04 -->
- **MCP Client**: <!-- e.g., Claude Desktop, custom client -->
- **Docker**: <!-- Yes/No, version if applicable -->
## Steps to Reproduce
<!-- Steps to reproduce the behavior -->
1. Configure authentication with...
2. Call tool/method...
3. With parameters...
4. See error
## Expected Behavior
<!-- What you expected to happen -->
## Actual Behavior
<!-- What actually happened -->
## Error Messages/Logs
```
Paste any error messages or relevant logs here
```
## Code Sample
<!-- If applicable, provide a minimal code sample that demonstrates the issue -->
```python
# Your code here
```
## Additional Context
<!-- Add any other context about the problem here -->
## Possible Solution
<!-- If you have a suggestion for fixing the issue -->
## Checklist
- [ ] I have searched existing issues to ensure this isn't a duplicate
- [ ] I have included all required environment information
- [ ] I have provided clear reproduction steps
- [ ] I have included relevant error messages/logs