@togglhq/mcp 1.5.38 → 1.5.39
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
package/build/index.js
CHANGED
|
@@ -45689,7 +45689,7 @@ import_main.default.config({
|
|
|
45689
45689
|
quiet: true,
|
|
45690
45690
|
ignore: ["MISSING_ENV_FILE"]
|
|
45691
45691
|
});
|
|
45692
|
-
const packageVersion = "1.5.
|
|
45692
|
+
const packageVersion = "1.5.39";
|
|
45693
45693
|
function resolvePublicUrls() {
|
|
45694
45694
|
return {
|
|
45695
45695
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45754,4 +45754,4 @@ function bootstrapServer(options = {}) {
|
|
|
45754
45754
|
//#endregion
|
|
45755
45755
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45756
45756
|
|
|
45757
|
-
//# sourceMappingURL=src-
|
|
45757
|
+
//# sourceMappingURL=src-B7kl5Lf1.js.map
|