@togglhq/mcp 1.5.64 → 1.5.65

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-DM4sBjJ0.js";
2
+ import { n as runMcpCli } from "./src-DBcOA7vG.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-DM4sBjJ0.js";
2
+ import { n as runMcpCli, t as bootstrapServer } from "./src-DBcOA7vG.js";
3
3
  export { bootstrapServer, runMcpCli };
@@ -43294,12 +43294,12 @@ const generatedFocusOperations = [
43294
43294
  },
43295
43295
  mcp: { entityTool: "timesheets" },
43296
43296
  inputSchema: /* @__PURE__ */ looseObject({ payload: /* @__PURE__ */ looseObject({
43297
- comment: /* @__PURE__ */ string$1(),
43298
43297
  keys: /* @__PURE__ */ array$1(/* @__PURE__ */ looseObject({
43299
43298
  setup_id: /* @__PURE__ */ number$2(),
43300
43299
  start_date: /* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1()),
43301
43300
  user_account_id: /* @__PURE__ */ number$2()
43302
- }))
43301
+ })),
43302
+ comment: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
43303
43303
  }) }),
43304
43304
  execute: (input, { client }) => {
43305
43305
  const data = input;
@@ -45851,7 +45851,7 @@ import_main.default.config({
45851
45851
  quiet: true,
45852
45852
  ignore: ["MISSING_ENV_FILE"]
45853
45853
  });
45854
- const packageVersion = "1.5.64";
45854
+ const packageVersion = "1.5.65";
45855
45855
  function resolvePublicUrls() {
45856
45856
  return {
45857
45857
  focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
@@ -45916,4 +45916,4 @@ function bootstrapServer(options = {}) {
45916
45916
  //#endregion
45917
45917
  export { runMcpCli as n, bootstrapServer as t };
45918
45918
 
45919
- //# sourceMappingURL=src-DM4sBjJ0.js.map
45919
+ //# sourceMappingURL=src-DBcOA7vG.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/mcp",
3
- "version": "1.5.64",
3
+ "version": "1.5.65",
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",