@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.
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.7.32";
2
- export declare const BUILD_TIME = "2026-02-23T17:07:48.711Z";
1
+ export declare const VERSION = "0.7.33";
2
+ export declare const BUILD_TIME = "2026-02-23T18:10:34.167Z";
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED — do not edit. Regenerated on every build.
2
- export const VERSION = "0.7.32";
3
- export const BUILD_TIME = "2026-02-23T17:07:48.711Z";
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@starascendin/lifeos-mcp",
3
- "version": "0.7.32",
3
+ "version": "0.7.33",
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",