## Description
<!-- Provide a brief description of the changes in this PR -->
## Type of Change
<!-- Mark the relevant option with an "x" -->
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
- [ ] Performance improvement
- [ ] Code refactoring
- [ ] Test improvements
## Related Issues
<!-- Link to related issues using #issue_number -->
Fixes #
Relates to #
## Changes Made
<!-- List the main changes made in this PR -->
-
-
-
## Testing
<!-- Describe the tests you ran to verify your changes -->
- [ ] All existing tests pass (`pytest`)
- [ ] Added new tests for new functionality
- [ ] Manual testing performed
- [ ] Code coverage maintained/improved
### Test Results
```
# Paste test output here
```
## Code Quality
- [ ] Code follows the project's style guidelines
- [ ] Code is formatted with `black`
- [ ] Linting passes (`pylint src/opendss_mcp`)
- [ ] Type hints are added/updated (`mypy`)
- [ ] Docstrings follow Google style
- [ ] No new warnings introduced
## Documentation
- [ ] Updated README.md if needed
- [ ] Updated CHANGELOG.md
- [ ] Added/updated docstrings
- [ ] Added/updated examples if needed
- [ ] Updated type hints
## Performance
<!-- If applicable, describe performance impact -->
- [ ] No performance regression
- [ ] Performance improvement (describe below)
## Breaking Changes
<!-- If this introduces breaking changes, describe them here -->
- None
OR
- Breaking change 1
- Breaking change 2
## Checklist
- [ ] I have read the contributing guidelines
- [ ] My code follows the project's code style
- [ ] 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
- [ ] Any dependent changes have been merged and published
## Screenshots / Examples
<!-- If applicable, add screenshots or example outputs -->
## Additional Context
<!-- Add any other context about the PR here -->