@togglhq/mcp 1.5.38 → 1.5.40
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
|
@@ -35997,6 +35997,7 @@ const generatedFocusOperations = [
|
|
|
35997
35997
|
target_seconds: /* @__PURE__ */ number$2(),
|
|
35998
35998
|
task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
35999
35999
|
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
36000
|
+
client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
|
|
36000
36001
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
36001
36002
|
}) }),
|
|
36002
36003
|
execute: (input, { client }) => {
|
|
@@ -36125,6 +36126,7 @@ const generatedFocusOperations = [
|
|
|
36125
36126
|
target_seconds: /* @__PURE__ */ number$2(),
|
|
36126
36127
|
task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
36127
36128
|
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
36129
|
+
client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
|
|
36128
36130
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
36129
36131
|
}) }),
|
|
36130
36132
|
execute: (input, { client }) => {
|
|
@@ -45689,7 +45691,7 @@ import_main.default.config({
|
|
|
45689
45691
|
quiet: true,
|
|
45690
45692
|
ignore: ["MISSING_ENV_FILE"]
|
|
45691
45693
|
});
|
|
45692
|
-
const packageVersion = "1.5.
|
|
45694
|
+
const packageVersion = "1.5.40";
|
|
45693
45695
|
function resolvePublicUrls() {
|
|
45694
45696
|
return {
|
|
45695
45697
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45754,4 +45756,4 @@ function bootstrapServer(options = {}) {
|
|
|
45754
45756
|
//#endregion
|
|
45755
45757
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45756
45758
|
|
|
45757
|
-
//# sourceMappingURL=src-
|
|
45759
|
+
//# sourceMappingURL=src-BkNr_yae.js.map
|