@togglhq/mcp 1.11.11 → 1.11.12
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-DNTw3ng1.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.12";
|
|
169
169
|
let sentryEnabled = false;
|
|
170
170
|
let productAnalyticsEnabled = false;
|
|
171
171
|
runMcpCli({
|
package/build/index.js
CHANGED
|
@@ -54015,7 +54015,7 @@ function registerWorkspaceTools(server) {
|
|
|
54015
54015
|
//#region src/package-version.ts
|
|
54016
54016
|
function mcpPackageVersion() {
|
|
54017
54017
|
try {
|
|
54018
|
-
return "1.11.
|
|
54018
|
+
return "1.11.12";
|
|
54019
54019
|
} catch {
|
|
54020
54020
|
return "unknown";
|
|
54021
54021
|
}
|
|
@@ -54190,7 +54190,7 @@ import_main.default.config({
|
|
|
54190
54190
|
quiet: true,
|
|
54191
54191
|
ignore: ["MISSING_ENV_FILE"]
|
|
54192
54192
|
});
|
|
54193
|
-
const packageVersion = "1.11.
|
|
54193
|
+
const packageVersion = "1.11.12";
|
|
54194
54194
|
function resolvePublicUrls() {
|
|
54195
54195
|
return {
|
|
54196
54196
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -54255,4 +54255,4 @@ function bootstrapServer(options = {}) {
|
|
|
54255
54255
|
//#endregion
|
|
54256
54256
|
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 };
|
|
54257
54257
|
|
|
54258
|
-
//# sourceMappingURL=src-
|
|
54258
|
+
//# sourceMappingURL=src-DNTw3ng1.js.map
|