@togglhq/mcp 1.11.9 → 1.11.10

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 { a as initProductAnalytics, c as shutdownProductAnalytics, i as getProductAnalyticsDistinctId, n as runMcpCli, o as redactUnsafeSentryMessages, r as captureToolInvocation, s as resolveProductAnalyticsDistinctId } from "./src-BzHE50Km.js";
2
+ import { a as initProductAnalytics, c as shutdownProductAnalytics, i as getProductAnalyticsDistinctId, n as runMcpCli, o as redactUnsafeSentryMessages, r as captureToolInvocation, s as resolveProductAnalyticsDistinctId } from "./src-DGkrbl_t.js";
3
3
  import * as Sentry from "@sentry/node";
4
4
  //#region src/analytics-tool-metadata.ts
5
5
  /**
@@ -165,7 +165,7 @@ function wrapServerWithProductAnalytics(server) {
165
165
  }
166
166
  //#endregion
167
167
  //#region src/cli.ts
168
- const packageVersion = "1.11.9";
168
+ const packageVersion = "1.11.10";
169
169
  let sentryEnabled = false;
170
170
  let productAnalyticsEnabled = false;
171
171
  runMcpCli({
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-BzHE50Km.js";
2
+ import { n as runMcpCli, t as bootstrapServer } from "./src-DGkrbl_t.js";
3
3
  export { bootstrapServer, runMcpCli };
@@ -55118,7 +55118,7 @@ function registerWorkspaceTools(server) {
55118
55118
  //#region src/package-version.ts
55119
55119
  function mcpPackageVersion() {
55120
55120
  try {
55121
- return "1.11.9";
55121
+ return "1.11.10";
55122
55122
  } catch {
55123
55123
  return "unknown";
55124
55124
  }
@@ -55293,7 +55293,7 @@ import_main.default.config({
55293
55293
  quiet: true,
55294
55294
  ignore: ["MISSING_ENV_FILE"]
55295
55295
  });
55296
- const packageVersion = "1.11.9";
55296
+ const packageVersion = "1.11.10";
55297
55297
  function resolvePublicUrls() {
55298
55298
  return {
55299
55299
  focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
@@ -55358,4 +55358,4 @@ function bootstrapServer(options = {}) {
55358
55358
  //#endregion
55359
55359
  export { initProductAnalytics as a, shutdownProductAnalytics as c, getProductAnalyticsDistinctId as i, runMcpCli as n, redactUnsafeSentryMessages as o, captureToolInvocation as r, resolveProductAnalyticsDistinctId as s, bootstrapServer as t };
55360
55360
 
55361
- //# sourceMappingURL=src-BzHE50Km.js.map
55361
+ //# sourceMappingURL=src-DGkrbl_t.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/mcp",
3
- "version": "1.11.9",
3
+ "version": "1.11.10",
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",