@togglhq/mcp 1.5.39 → 1.5.41

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-B7kl5Lf1.js";
2
+ import { n as runMcpCli } from "./src-DSA-M-Ya.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-B7kl5Lf1.js";
2
+ import { n as runMcpCli, t as bootstrapServer } from "./src-DSA-M-Ya.js";
3
3
  export { bootstrapServer, runMcpCli };
@@ -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.39";
45694
+ const packageVersion = "1.5.41";
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-B7kl5Lf1.js.map
45759
+ //# sourceMappingURL=src-DSA-M-Ya.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/mcp",
3
- "version": "1.5.39",
3
+ "version": "1.5.41",
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",