@starascendin/lifeos-mcp 0.7.32 → 0.7.33
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 +4 -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-02-
|
|
1
|
+
export declare const VERSION = "0.7.33";
|
|
2
|
+
export declare const BUILD_TIME = "2026-02-23T18:10:34.167Z";
|
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-02-
|
|
2
|
+
export const VERSION = "0.7.33";
|
|
3
|
+
export const BUILD_TIME = "2026-02-23T18:10:34.167Z";
|
package/dist/index.js
CHANGED
|
@@ -374,6 +374,10 @@ const TOOLS = [
|
|
|
374
374
|
type: "string",
|
|
375
375
|
description: "Link to a yearly initiative ID, or empty to unlink (optional)",
|
|
376
376
|
},
|
|
377
|
+
estimate: {
|
|
378
|
+
type: "number",
|
|
379
|
+
description: "Story points / sprint points (optional)",
|
|
380
|
+
},
|
|
377
381
|
},
|
|
378
382
|
required: ["issueIdOrIdentifier"],
|
|
379
383
|
},
|
package/package.json
CHANGED