@starascendin/lifeos-mcp 0.7.55 → 0.7.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -83,6 +83,7 @@ Add to your `.mcp.json` (project root or `~/.claude/mcp.json`):
83
83
  - **get_tasks** - Get tasks with filters (project, status, priority)
84
84
  - **get_todays_tasks** - Get today's tasks and top priorities
85
85
  - **create_issue** - Create a new task/issue
86
+ - **update_issue** - Update an existing task, including estimate/story points
86
87
  - **mark_issue_complete** - Mark a task as done
87
88
 
88
89
  ### Phases
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.7.55";
2
- export declare const BUILD_TIME = "2026-03-18T20:19:14.281Z";
1
+ export declare const VERSION = "0.7.56";
2
+ export declare const BUILD_TIME = "2026-03-22T17:15:09.107Z";
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED — do not edit. Regenerated on every build.
2
- export const VERSION = "0.7.55";
3
- export const BUILD_TIME = "2026-03-18T20:19:14.281Z";
2
+ export const VERSION = "0.7.56";
3
+ export const BUILD_TIME = "2026-03-22T17:15:09.107Z";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@starascendin/lifeos-mcp",
3
- "version": "0.7.55",
3
+ "version": "0.7.56",
4
4
  "description": "MCP server for LifeOS Project Management - manage projects, tasks, notes, and contacts via AI assistants",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",