## Description
<!-- Provide a clear and concise description of your changes -->
## 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 coverage improvement
## Related Issue
<!-- Link to the issue this PR addresses -->
Fixes #(issue number)
## Changes Made
<!-- List the specific changes in bullet points -->
-
-
-
## Testing
<!-- Describe the tests you ran and how to reproduce them -->
### Test Environment
- Node.js version:
- Operating System:
- Claude Desktop version:
### Test Steps
1.
2.
3.
### Test Results
- [ ] All existing tests pass
- [ ] New tests added and passing
- [ ] Manually tested in Claude Desktop
- [ ] Performance verified (sub-50ms target for operations)
## Performance Impact
<!-- Describe any performance implications -->
- [ ] No performance impact
- [ ] Performance improved
- [ ] Performance implications (explain below):
## Breaking Changes
<!-- If this introduces breaking changes, describe them and the migration path -->
- [ ] No breaking changes
- [ ] Breaking changes (describe migration path):
## Checklist
<!-- Verify all items before submitting -->
- [ ] Code follows TypeScript strict mode requirements
- [ ] Self-review completed
- [ ] Code commented where necessary
- [ ] Documentation updated (README, comments, etc.)
- [ ] No new warnings or errors
- [ ] Tests added for new functionality
- [ ] All tests passing locally
- [ ] CHANGELOG.md updated
- [ ] Commit messages follow project format
- [ ] No unnecessary dependencies added
## Screenshots/Output
<!-- If applicable, add screenshots or terminal output showing your changes -->
## Additional Context
<!-- Add any other context about the PR here -->
## For Maintainers
<!-- Maintainers will complete this section during review -->
- [ ] Code review completed
- [ ] Tests verified
- [ ] Documentation adequate
- [ ] Performance acceptable
- [ ] Ready to merge