@togglhq/mcp 1.11.31 → 1.11.33
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-B4NOBGDZ.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.33";
|
|
169
169
|
let sentryEnabled = false;
|
|
170
170
|
let productAnalyticsEnabled = false;
|
|
171
171
|
runMcpCli({
|
package/build/index.js
CHANGED
|
@@ -54853,7 +54853,7 @@ function registerWorkspaceTools(server) {
|
|
|
54853
54853
|
//#region src/package-version.ts
|
|
54854
54854
|
function mcpPackageVersion() {
|
|
54855
54855
|
try {
|
|
54856
|
-
return "1.11.
|
|
54856
|
+
return "1.11.33";
|
|
54857
54857
|
} catch {
|
|
54858
54858
|
return "unknown";
|
|
54859
54859
|
}
|
|
@@ -55028,7 +55028,7 @@ import_main.default.config({
|
|
|
55028
55028
|
quiet: true,
|
|
55029
55029
|
ignore: ["MISSING_ENV_FILE"]
|
|
55030
55030
|
});
|
|
55031
|
-
const packageVersion = "1.11.
|
|
55031
|
+
const packageVersion = "1.11.33";
|
|
55032
55032
|
function resolvePublicUrls() {
|
|
55033
55033
|
return {
|
|
55034
55034
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -55093,4 +55093,4 @@ function bootstrapServer(options = {}) {
|
|
|
55093
55093
|
//#endregion
|
|
55094
55094
|
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 };
|
|
55095
55095
|
|
|
55096
|
-
//# sourceMappingURL=src-
|
|
55096
|
+
//# sourceMappingURL=src-B4NOBGDZ.js.map
|