@togglhq/mcp 1.5.50 → 1.5.51
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
|
@@ -36004,6 +36004,7 @@ const generatedFocusOperations = [
|
|
|
36004
36004
|
target_seconds: /* @__PURE__ */ number$2(),
|
|
36005
36005
|
task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
36006
36006
|
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
36007
|
+
active: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
36007
36008
|
client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
|
|
36008
36009
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
36009
36010
|
}) }),
|
|
@@ -36133,6 +36134,7 @@ const generatedFocusOperations = [
|
|
|
36133
36134
|
target_seconds: /* @__PURE__ */ number$2(),
|
|
36134
36135
|
task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
36135
36136
|
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
36137
|
+
active: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
36136
36138
|
client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
|
|
36137
36139
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
36138
36140
|
}) }),
|
|
@@ -45726,7 +45728,7 @@ import_main.default.config({
|
|
|
45726
45728
|
quiet: true,
|
|
45727
45729
|
ignore: ["MISSING_ENV_FILE"]
|
|
45728
45730
|
});
|
|
45729
|
-
const packageVersion = "1.5.
|
|
45731
|
+
const packageVersion = "1.5.51";
|
|
45730
45732
|
function resolvePublicUrls() {
|
|
45731
45733
|
return {
|
|
45732
45734
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45791,4 +45793,4 @@ function bootstrapServer(options = {}) {
|
|
|
45791
45793
|
//#endregion
|
|
45792
45794
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45793
45795
|
|
|
45794
|
-
//# sourceMappingURL=src-
|
|
45796
|
+
//# sourceMappingURL=src-DIg3xz_P.js.map
|