# ๐ Pull Request
## ๐ Description
**What does this PR do?**
A clear and concise description of the changes in this pull request.
**Related Issue:**
- Fixes #(issue number)
- Closes #(issue number)
- Related to #(issue number)
## ๐งช Type of Change
- [ ] ๐ 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 (no functional changes)
- [ ] โก Performance improvement
- [ ] ๐จ UI/UX improvement
- [ ] ๐ Security update
- [ ] ๐๏ธ Build system/dependencies update
- [ ] Other: ___________
## ๐ฏ Changes Made
**Key changes:**
- Change 1
- Change 2
- Change 3
**Files modified:**
- `file1.ts` - Description of changes
- `file2.md` - Description of changes
## ๐งช Testing
**Test coverage:**
- [ ] Unit tests added/updated
- [ ] Integration tests added/updated
- [ ] Manual testing completed
- [ ] All existing tests pass
**Testing checklist:**
- [ ] Tested on macOS
- [ ] Tested on Windows
- [ ] Tested on Linux
- [ ] Tested with Claude Desktop
- [ ] Tested with Cursor
- [ ] Tested with Windsurf
- [ ] Tested with Continue.dev
- [ ] Tested with VS Code
- [ ] Tested with Zed Editor
**Test commands run:**
```bash
npm run validate
npm test
npm run build
```
## ๐ธ Screenshots/Videos
**Before/After (if applicable):**
Add screenshots or videos showing the changes in action.
## ๐ Code Review Checklist
**Self-review:**
- [ ] Code follows the project's coding standards
- [ ] Code is well-commented and self-documenting
- [ ] No unnecessary files or code included
- [ ] Error handling is appropriate
- [ ] Security considerations have been addressed
- [ ] Performance impact has been considered
**Documentation:**
- [ ] README updated (if needed)
- [ ] CHANGELOG updated (if needed)
- [ ] API documentation updated (if needed)
- [ ] Comments added to complex code
- [ ] Type definitions updated (if needed)
## ๐ Deployment Notes
**Breaking changes:**
List any breaking changes and migration steps needed.
**Configuration changes:**
List any new environment variables, config file changes, etc.
**Dependencies:**
- [ ] No new dependencies added
- [ ] New dependencies are justified and documented
- [ ] Dependency versions are pinned appropriately
## ๐ Additional Context
**Related PRs:**
- Related to #(PR number)
- Depends on #(PR number)
**Future work:**
List any follow-up work that should be done after this PR.
**Notes for reviewers:**
Any specific areas you'd like reviewers to focus on.
---
## โ
Final Checklist
- [ ] I have performed a self-review of my code
- [ ] I have tested my changes thoroughly
- [ ] I have updated the documentation as needed
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing tests pass locally with my changes
- [ ] I have checked that my code follows the project's style guidelines
- [ ] I have removed any debugging code, console.logs, or temporary files
- [ ] I have considered the impact on all supported platforms and MCP clients
**Ready for review:**
- [ ] This PR is ready for review
- [ ] This is a draft PR (work in progress)
---
**๐ค Thank you for contributing to LeadMagic MCP Server!**
๐ **Questions?** Join our [Discord community](https://discord.gg/leadmagic) or email support@leadmagic.io