@togglhq/mcp 1.11.7 → 1.11.8
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-
|
|
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-J86VptCP.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.
|
|
168
|
+
const packageVersion = "1.11.8";
|
|
169
169
|
let sentryEnabled = false;
|
|
170
170
|
let productAnalyticsEnabled = false;
|
|
171
171
|
runMcpCli({
|
package/build/index.js
CHANGED
|
@@ -55098,7 +55098,7 @@ function registerWorkspaceTools(server) {
|
|
|
55098
55098
|
//#region src/package-version.ts
|
|
55099
55099
|
function mcpPackageVersion() {
|
|
55100
55100
|
try {
|
|
55101
|
-
return "1.11.
|
|
55101
|
+
return "1.11.8";
|
|
55102
55102
|
} catch {
|
|
55103
55103
|
return "unknown";
|
|
55104
55104
|
}
|
|
@@ -55273,7 +55273,7 @@ import_main.default.config({
|
|
|
55273
55273
|
quiet: true,
|
|
55274
55274
|
ignore: ["MISSING_ENV_FILE"]
|
|
55275
55275
|
});
|
|
55276
|
-
const packageVersion = "1.11.
|
|
55276
|
+
const packageVersion = "1.11.8";
|
|
55277
55277
|
function resolvePublicUrls() {
|
|
55278
55278
|
return {
|
|
55279
55279
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -55338,4 +55338,4 @@ function bootstrapServer(options = {}) {
|
|
|
55338
55338
|
//#endregion
|
|
55339
55339
|
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 };
|
|
55340
55340
|
|
|
55341
|
-
//# sourceMappingURL=src-
|
|
55341
|
+
//# sourceMappingURL=src-J86VptCP.js.map
|