@togglhq/mcp 1.5.49 → 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
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as runMcpCli } from "./src-BNbBf82U.js";
2
+ import { n as runMcpCli } from "./src-DIg3xz_P.js";
3
3
  //#region src/cli.ts
4
4
  runMcpCli();
5
5
  //#endregion
package/build/index.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
- import { n as runMcpCli, t as bootstrapServer } from "./src-BNbBf82U.js";
2
+ import { n as runMcpCli, t as bootstrapServer } from "./src-DIg3xz_P.js";
3
3
  export { bootstrapServer, runMcpCli };
@@ -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
  }) }),
@@ -44067,6 +44069,7 @@ const generatedFocusOperations = [
44067
44069
  time_tracking_mode_fullscreen: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
44068
44070
  tooltip_onboarding_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
44069
44071
  tos_ack_decoupled_licenses: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
44072
+ trial_ended_modal_seen: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
44070
44073
  welcome_modal_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
44071
44074
  whats_new_may_2026_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
44072
44075
  whats_new_tasks_tour_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1())
@@ -45725,7 +45728,7 @@ import_main.default.config({
45725
45728
  quiet: true,
45726
45729
  ignore: ["MISSING_ENV_FILE"]
45727
45730
  });
45728
- const packageVersion = "1.5.49";
45731
+ const packageVersion = "1.5.51";
45729
45732
  function resolvePublicUrls() {
45730
45733
  return {
45731
45734
  focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
@@ -45790,4 +45793,4 @@ function bootstrapServer(options = {}) {
45790
45793
  //#endregion
45791
45794
  export { runMcpCli as n, bootstrapServer as t };
45792
45795
 
45793
- //# sourceMappingURL=src-BNbBf82U.js.map
45796
+ //# sourceMappingURL=src-DIg3xz_P.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/mcp",
3
- "version": "1.5.49",
3
+ "version": "1.5.51",
4
4
  "description": "Toggl 2.0 MCP server for Claude Code, Claude Desktop, and other MCP clients.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",