@togglhq/mcp 1.5.55 → 1.5.57

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-C74dx5hl.js";
2
+ import { n as runMcpCli } from "./src-btBLZS-x.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-C74dx5hl.js";
2
+ import { n as runMcpCli, t as bootstrapServer } from "./src-btBLZS-x.js";
3
3
  export { bootstrapServer, runMcpCli };
@@ -36077,11 +36077,7 @@ const generatedFocusOperations = [
36077
36077
  comparison: /* @__PURE__ */ picklist$1(["more_than", "less_than"]),
36078
36078
  end_date: /* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1()),
36079
36079
  icon: /* @__PURE__ */ string$1(),
36080
- monthly_anchor: /* @__PURE__ */ picklist$1([
36081
- "calendar",
36082
- "month_end",
36083
- "first_workday"
36084
- ]),
36080
+ monthly_anchor: /* @__PURE__ */ picklist$1(["calendar", "first_workday"]),
36085
36081
  name: /* @__PURE__ */ string$1(),
36086
36082
  project_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
36087
36083
  recurrence: /* @__PURE__ */ picklist$1([
@@ -36206,11 +36202,7 @@ const generatedFocusOperations = [
36206
36202
  comparison: /* @__PURE__ */ picklist$1(["more_than", "less_than"]),
36207
36203
  end_date: /* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1()),
36208
36204
  icon: /* @__PURE__ */ string$1(),
36209
- monthly_anchor: /* @__PURE__ */ picklist$1([
36210
- "calendar",
36211
- "month_end",
36212
- "first_workday"
36213
- ]),
36205
+ monthly_anchor: /* @__PURE__ */ picklist$1(["calendar", "first_workday"]),
36214
36206
  name: /* @__PURE__ */ string$1(),
36215
36207
  project_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
36216
36208
  recurrence: /* @__PURE__ */ picklist$1([
@@ -45822,7 +45814,7 @@ import_main.default.config({
45822
45814
  quiet: true,
45823
45815
  ignore: ["MISSING_ENV_FILE"]
45824
45816
  });
45825
- const packageVersion = "1.5.55";
45817
+ const packageVersion = "1.5.57";
45826
45818
  function resolvePublicUrls() {
45827
45819
  return {
45828
45820
  focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
@@ -45887,4 +45879,4 @@ function bootstrapServer(options = {}) {
45887
45879
  //#endregion
45888
45880
  export { runMcpCli as n, bootstrapServer as t };
45889
45881
 
45890
- //# sourceMappingURL=src-C74dx5hl.js.map
45882
+ //# sourceMappingURL=src-btBLZS-x.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/mcp",
3
- "version": "1.5.55",
3
+ "version": "1.5.57",
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",