This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+2 more
Summary
AI summaryBatch operations for updating reminders and creating lists via new parameters
Full changelog
🚀 What's New
Batch Operations
- Organize multiple reminders in one operation with
update_reminderbatch mode - Organization strategies: priority, due date, category, or completion status
- Flexible filtering: target specific reminders by completion status, search terms, or due dates
- Auto-list creation: dynamically create new lists during organization
Enhanced List Management
- Create new reminder lists directly through
list_reminder_liststool - Improved list operations for better workflow management
🛠 Technical Improvements
Architecture
- Enhanced dual-strategy architecture (Swift + AppleScript)
- Robust error handling with comprehensive validation
- Improved date parsing with locale-independent formatting
Developer Experience
- Updated CLAUDE.md documentation with new tool parameters
- Comprehensive test coverage for new batch operations
- Enhanced type definitions for better IDE support
📋 Full Tool Reference
| Tool | Purpose |
|------|---------|
| create_reminder | Create new reminder with optional properties |
| list_reminders | List and filter reminders with advanced search |
| list_reminder_lists | Get all lists or create new reminder lists |
| update_reminder | Update single reminder or batch organize multiple |
| delete_reminder | Delete reminder by title |
| move_reminder | Move reminders between lists |
🔧 Migration Notes
- All existing functionality remains unchanged
- New batch operations are opt-in via
batchOperationparameter - List creation through
createNewparameter inlist_reminder_lists
📦 Installation
npm install -g [email protected]
🙏 Contributors
Thanks to all contributors who made this release possible!
Full Changelog: https://github.com/FradSer/mcp-server-apple-reminders/compare/v0.5.1...v0.6.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About fradser/mcp-server-apple-reminders
An MCP server for interacting with Apple Reminders on macOS
Related context
Beta — feedback welcome: [email protected]