@starascendin/lifeos-mcp 0.7.68 → 0.7.69
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/dist/build-info.d.ts +2 -2
- package/dist/build-info.js +2 -2
- package/dist/index.js +13 -0
- package/package.json +1 -1
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-05-
|
|
1
|
+
export declare const VERSION = "0.7.69";
|
|
2
|
+
export declare const BUILD_TIME = "2026-05-17T20:11:00.340Z";
|
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-05-
|
|
2
|
+
export const VERSION = "0.7.69";
|
|
3
|
+
export const BUILD_TIME = "2026-05-17T20:11:00.340Z";
|
package/dist/index.js
CHANGED
|
@@ -685,6 +685,19 @@ const TOOLS = [
|
|
|
685
685
|
type: "string",
|
|
686
686
|
description: "Updated goals (optional)",
|
|
687
687
|
},
|
|
688
|
+
whatWentWell: {
|
|
689
|
+
type: "string",
|
|
690
|
+
description: "Retrospective notes on what went well (optional)",
|
|
691
|
+
},
|
|
692
|
+
whatCouldImprove: {
|
|
693
|
+
type: "string",
|
|
694
|
+
description: "Retrospective notes on what could improve (optional)",
|
|
695
|
+
},
|
|
696
|
+
actionItems: {
|
|
697
|
+
type: "array",
|
|
698
|
+
items: { type: "string" },
|
|
699
|
+
description: "Retrospective action items (optional)",
|
|
700
|
+
},
|
|
688
701
|
},
|
|
689
702
|
required: ["cycleId"],
|
|
690
703
|
},
|
package/package.json
CHANGED