---
name: Bug report (code)
about: Report a bug or unexpected behavior in the gateway, wrapper, API, UI, or services
title: "[Bug]:"
labels: bug, triage
assignees: ''
---
### š Bug Summary
Briefly describe the issue or unexpected behavior.
---
### š§© Affected Component
Select the area of the project impacted:
- [ ] `mcpgateway` - API
- [ ] `mcpgateway` - UI (admin panel)
- [ ] `mcpgateway.wrapper` - stdio wrapper
- [ ] Federation or Transports
- [ ] CLI, Makefiles, or shell scripts
- [ ] Container setup (Docker/Podman/Compose)
- [ ] Other (explain below)
---
### š Steps to Reproduce
1. ...
2. ...
3. ...
---
### š¤ Expected Behavior
What should have happened instead?
---
### š Logs / Error Output
Paste any relevant stack traces or logs here.
ā ļø **Do not paste secrets, credentials, or tokens.**
---
### š§ Environment Info
You can retrieve most of this from the `/version` endpoint.
| Key | Value |
|-----|-------|
| Version or commit | `e.g. v0.9.0 or main@a1b2c3d` |
| Runtime | `e.g. Python 3.11, Gunicorn` |
| Platform / OS | `e.g. Ubuntu 22.04, macOS` |
| Container | `e.g. Docker, Podman, none` |
---
### š§© Additional Context (optional)
Add any configuration details, flags, or related issues.