---
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. Configure MCP server with '...'
2. Call tool '....'
3. With parameters '....'
4. See error
## Expected behavior
A clear and concise description of what you expected to happen.
## Actual behavior
What actually happened instead.
## Error messages
```
Paste any error messages or logs here
```
## Environment
- OS: [e.g., macOS 14.0, Ubuntu 22.04, Windows 11]
- Python version: [e.g., 3.10.0]
- MCP GitLab version: [e.g., 0.1.0]
- GitLab instance: [e.g., gitlab.com, self-hosted]
- MCP SDK version: [e.g., 0.1.0]
## Additional context
Add any other context about the problem here.
## Possible solution
If you have an idea how to fix the issue, please describe it here.