Tags: stephendolan/omnifocus-cli
Tags
feat: add MCP server for AI tool integration (#10) Add Model Context Protocol (MCP) server with 25 tools covering: - Tasks: list, get, create, update, delete, search, stats - Inbox: list, count - Projects: list, get, create, update, delete, stats - Perspectives: list, get tasks - Tags: list, get, create, update, delete, stats - Folders: list, get Run with: of mcp
refactor: fix project/task active state handling and add folder command Changes made: - Add folder command with list/view to expose OmniFocus folder hierarchy with nested children structure - Fix effectiveActive handling: use task.effectiveActive for tasks, derive it for projects by checking Dropped/Done status + parent folder state - Add Done status for projects (previously missing, caused 59 completed projects to incorrectly appear as dropped) - Update project stats to include doneProjects count and only aggregate metrics from effectively active projects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
PreviousNext