@shortcut/mcp 0.8.1 → 0.8.2
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/index.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21669,7 +21669,7 @@ var import_client = __toESM(require_lib(), 1);
|
|
|
21669
21669
|
|
|
21670
21670
|
// package.json
|
|
21671
21671
|
var name = "@shortcut/mcp";
|
|
21672
|
-
var version = "0.8.
|
|
21672
|
+
var version = "0.8.2";
|
|
21673
21673
|
|
|
21674
21674
|
// src/tools/base.ts
|
|
21675
21675
|
class BaseTools {
|
|
@@ -21788,8 +21788,8 @@ class BaseTools {
|
|
|
21788
21788
|
getSimplifiedIteration(entity) {
|
|
21789
21789
|
if (!entity)
|
|
21790
21790
|
return null;
|
|
21791
|
-
const { id, name: name2, app_url, group_ids, status } = entity;
|
|
21792
|
-
return { id, name: name2, app_url, team_ids: group_ids, status };
|
|
21791
|
+
const { id, name: name2, app_url, group_ids, status, start_date, end_date } = entity;
|
|
21792
|
+
return { id, name: name2, app_url, team_ids: group_ids, status, start_date, end_date };
|
|
21793
21793
|
}
|
|
21794
21794
|
async getRelatedEntitiesForTeam(entity) {
|
|
21795
21795
|
if (!entity)
|