|
| 1 | +--- |
| 2 | +name: Bug report (code) |
| 3 | +about: Report a bug or unexpected behavior in the gateway, wrapper, API, UI, or services |
| 4 | +title: "[Bug]:" |
| 5 | +labels: bug, triage |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +### 🐞 Bug Summary |
| 11 | +Briefly describe the issue or unexpected behavior. |
| 12 | + |
| 13 | +--- |
| 14 | + |
| 15 | +### 🧩 Affected Component |
| 16 | +Select the area of the project impacted: |
| 17 | + |
| 18 | +- [ ] `mcpgateway` - API |
| 19 | +- [ ] `mcpgateway` - UI (admin panel) |
| 20 | +- [ ] `mcpgateway-wrapper` - stdio wrapper |
| 21 | +- [ ] Federation or Transports |
| 22 | +- [ ] CLI, Makefiles, or shell scripts |
| 23 | +- [ ] Container setup (Docker/Podman/Compose) |
| 24 | +- [ ] Other (explain below) |
| 25 | + |
| 26 | +--- |
| 27 | + |
| 28 | +### 🔁 Steps to Reproduce |
| 29 | + |
| 30 | +1. ... |
| 31 | +2. ... |
| 32 | +3. ... |
| 33 | + |
| 34 | +--- |
| 35 | + |
| 36 | +### 🤔 Expected Behavior |
| 37 | +What should have happened instead? |
| 38 | + |
| 39 | +--- |
| 40 | + |
| 41 | +### 📓 Logs / Error Output |
| 42 | +Paste any relevant stack traces or logs here. |
| 43 | +⚠️ **Do not paste secrets, credentials, or tokens.** |
| 44 | + |
| 45 | +--- |
| 46 | + |
| 47 | +### 🧠 Environment Info |
| 48 | +You can retrieve most of this from the `/version` endpoint. |
| 49 | + |
| 50 | +| Key | Value | |
| 51 | +|-----|-------| |
| 52 | +| Version or commit | `e.g. v0.9.0 or main@a1b2c3d` | |
| 53 | +| Runtime | `e.g. Python 3.11, Gunicorn` | |
| 54 | +| Platform / OS | `e.g. Ubuntu 22.04, macOS` | |
| 55 | +| Container | `e.g. Docker, Podman, none` | |
| 56 | + |
| 57 | +--- |
| 58 | + |
| 59 | +### 🧩 Additional Context (optional) |
| 60 | +Add any configuration details, flags, or related issues. |
0 commit comments