---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## Steps To Reproduce
1. Go to '...'
2. Click on '...'
3. Execute '...'
4. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
A clear and concise description of what actually happened.
## Screenshots/Logs
If applicable, add screenshots or log output to help explain your problem.
```
Paste any relevant logs here
```
## Environment
- OS: [e.g., macOS 14.0, Ubuntu 22.04, Windows 11]
- Node.js Version: [e.g., 20.10.0]
- MySQL MCP WebUI Version: [e.g., 1.0.0]
- MySQL Server Version: [e.g., 8.0.33]
- Transport Mode: [stdio/http]
- Browser (if UI issue): [e.g., Chrome 120, Safari 17]
## Configuration
- How did you install? [npm, git clone, docker]
- How are you running? [npm start, Claude Desktop stdio, HTTP server]
- Any custom configuration? [environment variables, etc.]
## Additional Context
Add any other context about the problem here. This could include:
- Does it work in a different environment?
- Did it ever work?
- What changed before it stopped working?
- Any workarounds you've found?
## Possible Solution
If you have ideas on how to fix this bug, please share them here.