## Description
Brief description of the changes.
## Type of Change
- [ ] Bug fix (non-breaking change fixing an issue)
- [ ] New feature (non-breaking change adding functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
## Related Issues
Closes #
## Changes Made
-
-
-
## Testing
- [ ] All existing tests pass (`npm test`)
- [ ] New tests added for new functionality
- [ ] TypeScript types check (`npm run typecheck`)
- [ ] Linting passes (`npm run lint`)
- [ ] Build succeeds (`npm run build`)
## MCP Protocol Compliance
- [ ] Tool definitions follow MCP specification
- [ ] Error responses include actionable suggestions
- [ ] Tool outputs are JSON-serializable
## Checklist
- [ ] My code follows the project's coding style
- [ ] I have updated the documentation if needed
- [ ] I have added tests that prove my fix/feature works
- [ ] All new and existing tests pass
- [ ] I have updated CHANGELOG.md with my changes