---
name: Bug report
about: Create a bug report to help us improve.
title: "bug: "
labels: unconfirmed
assignees: [detailobsessed]
---
### Description of the bug
<!-- Please provide a clear and concise description of what the bug is. -->
### To Reproduce
<!-- Please provide a Minimal Reproducible Example (MRE) if possible.
Try to boil down the problem to a few lines of code.
Your code should run by simply copying and pasting it.
Example:
```
git clone https://github.com/username/repro
cd repro
python -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
... # command or code showing the issue
```
-->
```bash
WRITE MRE / INSTRUCTIONS HERE
```
### Full traceback
<!-- Please provide the full error message / traceback if any, by pasting it in the code block below.
No screenshots! -->
<details><summary>Full traceback</summary>
```python
PASTE TRACEBACK HERE
```
</details>
### Expected behavior
<!-- Please provide a clear and concise description of what you expected to happen. -->
### Environment information
<!-- Please run the following command in your repository and paste its output below it,
redacting sensitive information. -->
```bash
unblu-mcp --debug-info # | xclip -selection clipboard
```
PASTE MARKDOWN OUTPUT HERE
### Additional context
<!-- Add any other relevant context about the problem here,
like links to other issues or pull requests, screenshots, etc.
-->