@togglhq/mcp 1.5.49 → 1.5.50
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
|
@@ -44067,6 +44067,7 @@ const generatedFocusOperations = [
|
|
|
44067
44067
|
time_tracking_mode_fullscreen: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
44068
44068
|
tooltip_onboarding_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
44069
44069
|
tos_ack_decoupled_licenses: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
44070
|
+
trial_ended_modal_seen: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
|
|
44070
44071
|
welcome_modal_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
44071
44072
|
whats_new_may_2026_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
44072
44073
|
whats_new_tasks_tour_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1())
|
|
@@ -45725,7 +45726,7 @@ import_main.default.config({
|
|
|
45725
45726
|
quiet: true,
|
|
45726
45727
|
ignore: ["MISSING_ENV_FILE"]
|
|
45727
45728
|
});
|
|
45728
|
-
const packageVersion = "1.5.
|
|
45729
|
+
const packageVersion = "1.5.50";
|
|
45729
45730
|
function resolvePublicUrls() {
|
|
45730
45731
|
return {
|
|
45731
45732
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45790,4 +45791,4 @@ function bootstrapServer(options = {}) {
|
|
|
45790
45791
|
//#endregion
|
|
45791
45792
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45792
45793
|
|
|
45793
|
-
//# sourceMappingURL=src-
|
|
45794
|
+
//# sourceMappingURL=src-BD77sZ9x.js.map
|