## Description
<!-- Clear description of what this PR does -->
## Motivation
<!-- Why is this change needed? -->
## Changes
<!-- List of changes made -->
-
-
## Testing
<!-- How did you test this? -->
- [ ] Code compiles without errors (`npm run build`)
- [ ] Type checking passes (`npm run typecheck`)
- [ ] Tested manually with Claude Desktop or other MCP client
- [ ] Documentation updated (if applicable)
- [ ] No API keys or secrets committed
## Type of Change
<!-- Mark 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
## Documentation
- [ ] README.md updated
- [ ] API_REFERENCE.md updated (if new tool/resource)
- [ ] CHANGELOG.md updated
- [ ] Code comments added
## Additional Notes
<!-- Anything else reviewers should know -->