## Description
Please provide a brief description of your changes.
## Type of Change
Please check the relevant option(s):
- [ ] π 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
- [ ] π§ͺ Test improvement
- [ ] π§ Build/tooling improvement
- [ ] π¨ Code refactoring
## Changes Made
### New Features
<!-- If applicable, describe new features added -->
### Bug Fixes
<!-- If applicable, describe bugs fixed -->
### Other Enhancements
<!-- If applicable, describe other improvements -->
### Breaking Changes
<!-- If applicable, describe breaking changes and migration path -->
## Testing
- [ ] 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
- [ ] I have tested the changes with both stdio and HTTP transports
## Checklist
- [ ] My code follows the style guidelines of this project
- [ ] 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 run `npm run lint` and `npm run format`
- [ ] I have run the test suite with `npm test`
- [ ] Any dependent changes have been merged and published
## Screenshots
<!-- If applicable, add screenshots to help explain your changes -->
## Related Issues
<!-- Link to related issues: Fixes #123, Closes #456 -->
## Additional Notes
<!-- Any additional information that reviewers should know -->