# Pull Request
## Description
Brief description of what this PR does.
## Type of Change
- [ ] 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
- [ ] Performance improvement
- [ ] Code refactoring
- [ ] Test improvement
## SonicWall Compatibility
- [ ] Tested with SonicOS 7.x
- [ ] Tested with SonicOS 8.x
- [ ] Works with both versions
- [ ] Version-specific feature (specify which)
## Testing
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Manual testing completed
- [ ] Tested with real SonicWall device
**Testing Details:**
Describe how you tested this change:
## MCP Protocol
- [ ] Maintains MCP 2025-06-18 compliance
- [ ] No changes to MCP interface
- [ ] MCP interface changes (describe below)
## Checklist
- [ ] My code follows the project's coding standards
- [ ] I have performed a self-review of my own 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
## Security Review
- [ ] No sensitive information exposed in logs
- [ ] No hardcoded credentials or secrets
- [ ] Follows security best practices
- [ ] No new security vulnerabilities introduced
## Documentation
- [ ] README updated if needed
- [ ] API documentation updated if needed
- [ ] Configuration documentation updated if needed
- [ ] Comments added to code where necessary
## Breaking Changes
If this introduces breaking changes, please describe them and the migration path:
## Additional Notes
Any additional information, concerns, or questions about this PR: