---
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 -->
## Environment
- MSSQL MCP Server Version:
- Node.js Version:
- SQL Server Version:
- Operating System:
- Docker Version (if applicable):
- Other relevant environment details:
## Steps to Reproduce
1. <!-- First Step -->
2. <!-- Second Step -->
3. <!-- And so on... -->
## Expected Behavior
<!-- What you expected to happen -->
## Actual Behavior
<!-- What actually happened -->
## Code Example
<!-- If applicable, provide a minimal code example that demonstrates the issue -->
```typescript
// Your code here
```
## Error Messages
<!-- If applicable, provide any error messages or stack traces -->
```
Error message here
```
## SQL Query
<!-- If the issue involves a specific SQL query, provide it here -->
```sql
-- Your query here
```
## Configuration
<!-- Provide relevant configuration settings (without sensitive information) -->
```json
{
"configuration": "settings"
}
```
## Additional Context
<!-- Add any other context about the problem here -->
## Possible Solution
<!-- If you have suggestions on how to fix the issue -->
## Screenshots
<!-- If applicable, add screenshots to help explain your problem -->
## Logs
<!-- Include relevant log output -->
```
Log output here
```
## Impact
<!-- Describe the impact of this bug on your usage of the server -->
## Workaround
<!-- If you found a workaround, please describe it here -->
## Related Issues
<!-- Link to related issues if any -->
## Checklist
<!-- Mark completed items with an "x" -->
- [ ] I have checked for similar issues
- [ ] I have included all relevant information
- [ ] I can reliably reproduce the issue
- [ ] I have included error messages/logs
- [ ] I have included steps to reproduce
- [ ] I have included my environment details
- [ ] I have removed sensitive information