@togglhq/mcp 1.5.58 → 1.5.59

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-pcrY_eSf.js";
2
+ import { n as runMcpCli } from "./src-0Yjy1NfE.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-pcrY_eSf.js";
2
+ import { n as runMcpCli, t as bootstrapServer } from "./src-0Yjy1NfE.js";
3
3
  export { bootstrapServer, runMcpCli };
@@ -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.58";
45854
+ const packageVersion = "1.5.59";
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-pcrY_eSf.js.map
45919
+ //# sourceMappingURL=src-0Yjy1NfE.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/mcp",
3
- "version": "1.5.58",
3
+ "version": "1.5.59",
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",