@togglhq/mcp 1.11.30 → 1.11.32
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-BsGjYowO.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.32";
|
|
169
169
|
let sentryEnabled = false;
|
|
170
170
|
let productAnalyticsEnabled = false;
|
|
171
171
|
runMcpCli({
|
package/build/index.js
CHANGED
|
@@ -55131,7 +55131,7 @@ function registerWorkspaceTools(server) {
|
|
|
55131
55131
|
//#region src/package-version.ts
|
|
55132
55132
|
function mcpPackageVersion() {
|
|
55133
55133
|
try {
|
|
55134
|
-
return "1.11.
|
|
55134
|
+
return "1.11.32";
|
|
55135
55135
|
} catch {
|
|
55136
55136
|
return "unknown";
|
|
55137
55137
|
}
|
|
@@ -55306,7 +55306,7 @@ import_main.default.config({
|
|
|
55306
55306
|
quiet: true,
|
|
55307
55307
|
ignore: ["MISSING_ENV_FILE"]
|
|
55308
55308
|
});
|
|
55309
|
-
const packageVersion = "1.11.
|
|
55309
|
+
const packageVersion = "1.11.32";
|
|
55310
55310
|
function resolvePublicUrls() {
|
|
55311
55311
|
return {
|
|
55312
55312
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -55371,4 +55371,4 @@ function bootstrapServer(options = {}) {
|
|
|
55371
55371
|
//#endregion
|
|
55372
55372
|
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 };
|
|
55373
55373
|
|
|
55374
|
-
//# sourceMappingURL=src-
|
|
55374
|
+
//# sourceMappingURL=src-BsGjYowO.js.map
|