@togglhq/mcp 1.8.2 → 1.8.3
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-B4ZUhjwW.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.8.
|
|
168
|
+
const packageVersion = "1.8.3";
|
|
169
169
|
let sentryEnabled = false;
|
|
170
170
|
let productAnalyticsEnabled = false;
|
|
171
171
|
runMcpCli({
|
package/build/index.js
CHANGED
|
@@ -52657,7 +52657,7 @@ function registerWorkspaceTools(server) {
|
|
|
52657
52657
|
//#region src/package-version.ts
|
|
52658
52658
|
function mcpPackageVersion() {
|
|
52659
52659
|
try {
|
|
52660
|
-
return "1.8.
|
|
52660
|
+
return "1.8.3";
|
|
52661
52661
|
} catch {
|
|
52662
52662
|
return "unknown";
|
|
52663
52663
|
}
|
|
@@ -52832,7 +52832,7 @@ import_main.default.config({
|
|
|
52832
52832
|
quiet: true,
|
|
52833
52833
|
ignore: ["MISSING_ENV_FILE"]
|
|
52834
52834
|
});
|
|
52835
|
-
const packageVersion = "1.8.
|
|
52835
|
+
const packageVersion = "1.8.3";
|
|
52836
52836
|
function resolvePublicUrls() {
|
|
52837
52837
|
return {
|
|
52838
52838
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -52897,4 +52897,4 @@ function bootstrapServer(options = {}) {
|
|
|
52897
52897
|
//#endregion
|
|
52898
52898
|
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 };
|
|
52899
52899
|
|
|
52900
|
-
//# sourceMappingURL=src-
|
|
52900
|
+
//# sourceMappingURL=src-B4ZUhjwW.js.map
|