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