## π Pull Request Description
### π― What does this PR do?
Provide a clear and concise description of what this pull request accomplishes.
### π Related Issues
Closes #(issue number)
Relates to #(issue number)
### π§ͺ Type of Change
Please mark the relevant option:
- [ ] π 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)
- [ ] π¨ Style changes (formatting, renaming)
- [ ] π§ Build/CI changes
- [ ] β‘ Performance improvements
### π Changes Made
List the main changes made in this PR:
- Change 1
- Change 2
- Change 3
### π§ͺ How Has This Been Tested?
Describe the tests that you ran to verify your changes:
- [ ] Manual testing with Joplin Desktop
- [ ] MCP client integration testing
- [ ] TypeScript compilation
- [ ] All MCP tools functionality verified
- [ ] Error handling tested
**Test Configuration:**
- Node.js version:
- Joplin version:
- Operating System:
### π Testing Instructions
Provide step-by-step instructions for reviewers to test this PR:
1. Step 1
2. Step 2
3. Step 3
### π Checklist
Please confirm the following:
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own 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 tested my changes with Joplin Desktop
- [ ] I have tested all affected MCP tools
- [ ] Any dependent changes have been merged and published
### πΌοΈ Screenshots (if applicable)
Add screenshots to help explain your changes.
### π Migration Notes (if applicable)
If this is a breaking change, describe what users need to do to migrate:
### π Documentation Updates
- [ ] README.md updated
- [ ] CONTRIBUTING.md updated (if workflow changes)
- [ ] API documentation updated (if applicable)
- [ ] Examples updated (if applicable)
### π― Additional Notes
Add any additional notes, concerns, or questions for reviewers.
### π Review Instructions
Specific areas you'd like reviewers to focus on:
- Focus area 1
- Focus area 2
### π Performance Impact
Does this change affect performance? If yes, provide details:
- [ ] No performance impact
- [ ] Improves performance: (explain how)
- [ ] May affect performance: (explain potential impact)
---
**For Maintainers:**
- [ ] This PR is ready for review
- [ ] This PR needs additional work
- [ ] This PR is ready to merge