---
name: Bug report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Describe the bug
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Run command '...'
2. Call tool '...'
3. With parameters '...'
4. See error
## Expected behavior
A clear and concise description of what you expected to happen.
## Error output
```
Paste any error messages, stack traces, or logs here
```
## Environment
- **OS**: [e.g., Ubuntu 22.04, macOS 14.0, Windows 11]
- **Python version**: [output of `python --version`]
- **uv version**: [output of `uv --version`]
- **uniprot-mcp version**: [output of `pip show uniprot-mcp`]
- **Transport**: [stdio or HTTP]
## MCP Client
- **Client**: [e.g., Claude Desktop, MCP Inspector, custom]
- **Client version**: [if applicable]
## Additional context
Add any other context about the problem here.
## Minimal reproduction
If possible, provide a minimal code example that reproduces the issue:
```python
# Your code here
```
## Checklist
- [ ] I have searched existing issues to avoid duplicates
- [ ] I have included all relevant environment information
- [ ] I have provided steps to reproduce
- [ ] I have included error messages/logs