@togglhq/mcp 1.5.55 → 1.5.57
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 +1 -1
- package/build/index.js +1 -1
- package/build/{src-C74dx5hl.js → src-btBLZS-x.js} +4 -12
- package/package.json +1 -1
package/build/cli.js
CHANGED
package/build/index.js
CHANGED
|
@@ -36077,11 +36077,7 @@ const generatedFocusOperations = [
|
|
|
36077
36077
|
comparison: /* @__PURE__ */ picklist$1(["more_than", "less_than"]),
|
|
36078
36078
|
end_date: /* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1()),
|
|
36079
36079
|
icon: /* @__PURE__ */ string$1(),
|
|
36080
|
-
monthly_anchor: /* @__PURE__ */ picklist$1([
|
|
36081
|
-
"calendar",
|
|
36082
|
-
"month_end",
|
|
36083
|
-
"first_workday"
|
|
36084
|
-
]),
|
|
36080
|
+
monthly_anchor: /* @__PURE__ */ picklist$1(["calendar", "first_workday"]),
|
|
36085
36081
|
name: /* @__PURE__ */ string$1(),
|
|
36086
36082
|
project_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
36087
36083
|
recurrence: /* @__PURE__ */ picklist$1([
|
|
@@ -36206,11 +36202,7 @@ const generatedFocusOperations = [
|
|
|
36206
36202
|
comparison: /* @__PURE__ */ picklist$1(["more_than", "less_than"]),
|
|
36207
36203
|
end_date: /* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1()),
|
|
36208
36204
|
icon: /* @__PURE__ */ string$1(),
|
|
36209
|
-
monthly_anchor: /* @__PURE__ */ picklist$1([
|
|
36210
|
-
"calendar",
|
|
36211
|
-
"month_end",
|
|
36212
|
-
"first_workday"
|
|
36213
|
-
]),
|
|
36205
|
+
monthly_anchor: /* @__PURE__ */ picklist$1(["calendar", "first_workday"]),
|
|
36214
36206
|
name: /* @__PURE__ */ string$1(),
|
|
36215
36207
|
project_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
36216
36208
|
recurrence: /* @__PURE__ */ picklist$1([
|
|
@@ -45822,7 +45814,7 @@ import_main.default.config({
|
|
|
45822
45814
|
quiet: true,
|
|
45823
45815
|
ignore: ["MISSING_ENV_FILE"]
|
|
45824
45816
|
});
|
|
45825
|
-
const packageVersion = "1.5.
|
|
45817
|
+
const packageVersion = "1.5.57";
|
|
45826
45818
|
function resolvePublicUrls() {
|
|
45827
45819
|
return {
|
|
45828
45820
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45887,4 +45879,4 @@ function bootstrapServer(options = {}) {
|
|
|
45887
45879
|
//#endregion
|
|
45888
45880
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45889
45881
|
|
|
45890
|
-
//# sourceMappingURL=src-
|
|
45882
|
+
//# sourceMappingURL=src-btBLZS-x.js.map
|