v1.7.1
DEPRECATED — this release is superseded. Use v1.8.2 instead (latest plugin.zip, includes all fixes below).
MCP server + plugin for Super Productivity. Fixes the two SP 18.16 incompatibilities and adds atomic batch operations.
What's in 1.7.1:
batch_update_projectnow resolves same-batchtemp_idreferences. Subtasks can reference a parent created in the same call, and reorders can include freshly created tasks. SP was silently dropping those tasks and ignoring the reorder before- Unresolvable references (cycles, unknown parents) now surface as errors instead of vanishing
- Update and delete still need real task ids from the first call's
createdTaskIds
What's in 1.7.0:
batch_update_project: create/update/delete/reorder in one atomic callget_app_state: full snapshot of tasks, projects, tags, notes, repeat configs, counters; optional JSON backup viaoutput_path- Work-context tools:
get_active_work_context,get_current_context_tasks,get_selected_task,get_focused_task,select_task - Simple counters:
get_counter,set_counter,increment_counter,decrement_counter,delete_counter,get_all_counters get_notes,get_plugin_config,reinit_data- Fixed: SP 18.16's chrono parser was re-parsing date-like
@tokensin plugin-written titles, mangling them and clobbering due dates. The plugin now strips residual date tokens while keeping non-date tokens (@dave,@tag) intact
What's in 1.6.0:
@dateskips non-date@tokens;get_task_repeat_cfgsfalls back gracefully whengetAppStateis unavailable
Full docs in the repository README.