# Pull Request
## ๐ Description
<!-- Provide a clear and concise description of what this PR does -->
## ๐ง Type of Change
<!-- Mark the relevant option 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
- [ ] ๐งน Code refactoring (no functional changes)
- [ ] โก Performance improvement
- [ ] ๐งช Test improvements
## ๐ฏ Related Issues
<!-- Link any related issues using "Fixes #123" or "Closes #123" -->
- Fixes # (issue number)
## ๐งช Testing
<!-- Describe how you tested your changes -->
- [ ] I have tested this change locally
- [ ] I have added/updated tests for this change
- [ ] All existing tests still pass
- [ ] I have tested MCP protocol functionality
### Test Details
<!-- Provide specific testing steps if applicable -->
```bash
# Commands used to test
markitdown-mcp
# Test results
```
## ๐ธ Screenshots
<!-- If applicable, add screenshots to help explain your changes -->
## ๐ Checklist
<!-- Mark completed items with an "x" -->
- [ ] My code follows the project's style guidelines
- [ ] I have performed a self-review of my 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 added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
## ๐ Breaking Changes
<!-- If this is a breaking change, describe what breaks and how to migrate -->
- [ ] This PR introduces breaking changes
### Migration Guide
<!-- If there are breaking changes, provide migration steps -->
## ๐ Additional Notes
<!-- Any additional information, context, or considerations -->
## ๐ Documentation
<!-- If documentation changes are needed -->
- [ ] README updated
- [ ] CONTRIBUTING.md updated (if process changes)
- [ ] Code comments added/updated
- [ ] Example usage updated
---
### For Maintainers
- [ ] Version bump needed
- [ ] Release notes updated
- [ ] Tags need updating