@togglhq/mcp 1.5.31 → 1.5.32
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/build/cli.js
CHANGED
package/build/index.js
CHANGED
|
@@ -34707,7 +34707,7 @@ async function upsertTaskConstraints(httpClient, workspace_id, data, signal) {
|
|
|
34707
34707
|
}
|
|
34708
34708
|
//#endregion
|
|
34709
34709
|
//#region ../focus-queries/dist/task-groups/requests.ts
|
|
34710
|
-
async function getTaskGroupsClassic(httpClient, organization_id, workspace_id, group, { source, priority, status_id, project_id, client_id, assignee_user_id, tag_id, team_id, group_id, creator_id, name, start_date, end_date, start_date_from, start_date_to, end_date_from, end_date_to, private: private_, exclude_empty, include_ghosts, include_assignees, min_days,
|
|
34710
|
+
async function getTaskGroupsClassic(httpClient, organization_id, workspace_id, group, { source, priority, status_id, project_id, client_id, assignee_user_id, tag_id, team_id, group_id, creator_id, name, start_date, end_date, start_date_from, start_date_to, end_date_from, end_date_to, private: private_, exclude_empty, include_ghosts, include_assignees, min_days, include_drafts, cf_filter, page, per_page, order_by } = {}, signal) {
|
|
34711
34711
|
return await httpClient.get(`organizations/${organization_id}/workspaces/${workspace_id}/tasks/groups/${group}`, {
|
|
34712
34712
|
signal,
|
|
34713
34713
|
searchParams: buildSearchParams$3({
|
|
@@ -34733,9 +34733,6 @@ async function getTaskGroupsClassic(httpClient, organization_id, workspace_id, g
|
|
|
34733
34733
|
include_ghosts,
|
|
34734
34734
|
include_assignees,
|
|
34735
34735
|
min_days,
|
|
34736
|
-
tasks_per_group,
|
|
34737
|
-
include_group_totals,
|
|
34738
|
-
include_unassigned,
|
|
34739
34736
|
include_drafts,
|
|
34740
34737
|
cf_filter,
|
|
34741
34738
|
page,
|
|
@@ -41201,8 +41198,6 @@ const generatedFocusOperations = [
|
|
|
41201
41198
|
include_assignees: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
41202
41199
|
include_drafts: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
41203
41200
|
include_ghosts: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
41204
|
-
include_group_totals: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
41205
|
-
include_unassigned: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
41206
41201
|
min_days: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
41207
41202
|
name: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
41208
41203
|
order_by: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
@@ -41217,7 +41212,6 @@ const generatedFocusOperations = [
|
|
|
41217
41212
|
start_date_to: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
41218
41213
|
status_id: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
41219
41214
|
tag_id: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2()),
|
|
41220
|
-
tasks_per_group: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
41221
41215
|
team_id: /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2())
|
|
41222
41216
|
}),
|
|
41223
41217
|
execute: (input, { client }) => {
|
|
@@ -45632,7 +45626,7 @@ import_main.default.config({
|
|
|
45632
45626
|
quiet: true,
|
|
45633
45627
|
ignore: ["MISSING_ENV_FILE"]
|
|
45634
45628
|
});
|
|
45635
|
-
const packageVersion = "1.5.
|
|
45629
|
+
const packageVersion = "1.5.32";
|
|
45636
45630
|
function resolvePublicUrls() {
|
|
45637
45631
|
return {
|
|
45638
45632
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45697,4 +45691,4 @@ function bootstrapServer(options = {}) {
|
|
|
45697
45691
|
//#endregion
|
|
45698
45692
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45699
45693
|
|
|
45700
|
-
//# sourceMappingURL=src-
|
|
45694
|
+
//# sourceMappingURL=src-CRCU5Uld.js.map
|