## 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 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
- [ ] Code refactoring
- [ ] Performance improvement
- [ ] Other (please describe):
## Related Issues
<!-- Link to related issues using #issue_number -->
Fixes #
Relates to #
## Changes Made
<!-- Provide a detailed list of changes -->
- Change 1
- Change 2
- Change 3
## Testing
<!-- Describe the testing you've done -->
- [ ] Tested locally in stdio mode
- [ ] Tested locally in SSE mode
- [ ] Tested with Claude Desktop
- [ ] Tested with other MCP clients (specify):
- [ ] Added/updated tests
- [ ] All existing tests pass
### Test Steps
1. Step 1
2. Step 2
3. Step 3
## Screenshots
<!-- If applicable, add screenshots to help explain your changes -->
## Checklist
<!-- Mark completed items with an 'x' -->
- [ ] 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 or errors
- [ ] 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
## Additional Notes
<!-- Add any additional notes or context about the PR here -->
## Breaking Changes
<!-- If this PR includes breaking changes, describe them here and provide migration instructions -->
None / N/A
---
**For Maintainers:**
- [ ] Code review completed
- [ ] Tests verified
- [ ] Documentation reviewed
- [ ] Ready to merge