# Pull Request
## ๐ Description
<!-- Provide a clear and concise description of what this PR does -->
## ๐ Related Issue
<!-- Link to the issue this PR addresses (if applicable) -->
Fixes #(issue_number)
Closes #(issue_number)
Relates to #(issue_number)
## ๐งช Type of Change
<!-- Check the type of change your PR introduces -->
- [ ] ๐ Bug fix (non-breaking change which fixes an issue)
- [ ] โจ New feature (non-breaking change which adds functionality)
- [ ] ๐ฅ Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] ๐ Documentation update
- [ ] ๐ง Refactoring (no functional changes, no api changes)
- [ ] โก Performance improvements
- [ ] ๐งน Code cleanup
- [ ] ๐ Security improvement
- [ ] ๐จ Style/UI changes
- [ ] ๐จ DevOps/Build changes
## ๐ What's Changed
<!-- Describe the changes in detail -->
### Added
-
### Changed
-
### Deprecated
-
### Removed
-
### Fixed
-
### Security
-
## ๐งช Testing
<!-- Describe how you tested your changes -->
### Test Coverage
- [ ] Unit tests pass (`npm test`)
- [ ] Integration tests pass (if applicable)
- [ ] Manual testing completed
- [ ] Performance testing (if applicable)
### Test Details
<!-- Describe specific test scenarios -->
**Tested on:**
- [ ] Windows
- [ ] macOS
- [ ] Linux
**SQL Server versions tested:**
- [ ] SQL Server 2016
- [ ] SQL Server 2019
- [ ] SQL Server 2022
**MCP Clients tested:**
- [ ] Warp
- [ ] Claude Desktop
- [ ] Other: \***\*\_\_\_\*\***
### Test Scenarios
<!-- List the scenarios you tested -->
1.
2.
3.
## ๐ฆ Dependencies
<!-- List any new dependencies added -->
### New Dependencies
- [ ] No new dependencies
- [ ] Production dependencies added: \***\*\_\_\_\*\***
- [ ] Development dependencies added: \***\*\_\_\_\*\***
### Dependency Changes
- [ ] Dependencies updated
- [ ] Dependencies removed
- [ ] Security vulnerabilities resolved
## ๐ Documentation
<!-- Documentation changes -->
- [ ] README.md updated
- [ ] Code comments added/updated
- [ ] API documentation updated (if applicable)
- [ ] CHANGELOG.md updated (if applicable)
## โ ๏ธ Breaking Changes
<!-- If this is a breaking change, describe the impact -->
**What breaks:**
- **Migration path:**
- **Affected users:**
-
## ๐ Code Quality
<!-- Confirm code quality checks -->
- [ ] Code follows the project's coding standards
- [ ] Self-review of code completed
- [ ] Code is self-documenting or well-commented
- [ ] No console.log or debug statements left in code
- [ ] Error handling is comprehensive
- [ ] Security considerations addressed
## ๐ Performance Impact
<!-- If applicable, describe performance implications -->
- [ ] No performance impact
- [ ] Performance improved
- [ ] Performance impact assessed and acceptable
- [ ] Bundle size impact: **\_** (increase/decrease)
## ๐ Security Considerations
<!-- Security-related changes -->
- [ ] No security implications
- [ ] Security review completed
- [ ] Input validation added/updated
- [ ] Authentication/authorization changes tested
- [ ] No sensitive data exposed in logs
## ๐ฑ Screenshots/Videos
<!-- Add screenshots or videos if applicable -->
**Before:**
**After:**
## ๐ค Review Checklist
<!-- For reviewers -->
- [ ] Code review completed
- [ ] Tests reviewed and adequate
- [ ] Documentation reviewed
- [ ] Security implications considered
- [ ] Performance impact acceptable
- [ ] Breaking changes properly documented
## ๐ Deployment Notes
<!-- Special deployment considerations -->
- [ ] No special deployment requirements
- [ ] Database migrations required
- [ ] Configuration changes needed
- [ ] Environment variables added/changed
## ๐ฏ Next Steps
<!-- What should happen after this PR is merged -->
- [ ] No follow-up required
- [ ] Follow-up issue created: #**\_**
- [ ] Documentation updates needed
- [ ] User communication required
---
## ๐ Additional Notes
<!-- Any additional context or notes for reviewers -->
---
**By submitting this PR, I confirm that:**
- [ ] I have read and followed the contributing guidelines
- [ ] My code follows the project's coding standards
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes