@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 +1 -0
- package/dist/build-info.d.ts +2 -2
- package/dist/build-info.js +2 -2
- package/package.json +1 -1
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
|
package/dist/build-info.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.7.
|
|
2
|
-
export declare const BUILD_TIME = "2026-03-
|
|
1
|
+
export declare const VERSION = "0.7.56";
|
|
2
|
+
export declare const BUILD_TIME = "2026-03-22T17:15:09.107Z";
|
package/dist/build-info.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTO-GENERATED — do not edit. Regenerated on every build.
|
|
2
|
-
export const VERSION = "0.7.
|
|
3
|
-
export const BUILD_TIME = "2026-03-
|
|
2
|
+
export const VERSION = "0.7.56";
|
|
3
|
+
export const BUILD_TIME = "2026-03-22T17:15:09.107Z";
|
package/package.json
CHANGED