@togglhq/mcp 1.5.36 → 1.5.37
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
|
@@ -35990,7 +35990,8 @@ const generatedFocusOperations = [
|
|
|
35990
35990
|
tag_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
35991
35991
|
target_seconds: /* @__PURE__ */ number$2(),
|
|
35992
35992
|
task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
35993
|
-
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2())
|
|
35993
|
+
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
35994
|
+
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
35994
35995
|
}) }),
|
|
35995
35996
|
execute: (input, { client }) => {
|
|
35996
35997
|
const data = input;
|
|
@@ -45631,7 +45632,7 @@ import_main.default.config({
|
|
|
45631
45632
|
quiet: true,
|
|
45632
45633
|
ignore: ["MISSING_ENV_FILE"]
|
|
45633
45634
|
});
|
|
45634
|
-
const packageVersion = "1.5.
|
|
45635
|
+
const packageVersion = "1.5.37";
|
|
45635
45636
|
function resolvePublicUrls() {
|
|
45636
45637
|
return {
|
|
45637
45638
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45696,4 +45697,4 @@ function bootstrapServer(options = {}) {
|
|
|
45696
45697
|
//#endregion
|
|
45697
45698
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45698
45699
|
|
|
45699
|
-
//# sourceMappingURL=src-
|
|
45700
|
+
//# sourceMappingURL=src-7favWAYS.js.map
|