@togglhq/mcp 1.5.41 → 1.5.42
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
|
@@ -45691,7 +45691,7 @@ import_main.default.config({
|
|
|
45691
45691
|
quiet: true,
|
|
45692
45692
|
ignore: ["MISSING_ENV_FILE"]
|
|
45693
45693
|
});
|
|
45694
|
-
const packageVersion = "1.5.
|
|
45694
|
+
const packageVersion = "1.5.42";
|
|
45695
45695
|
function resolvePublicUrls() {
|
|
45696
45696
|
return {
|
|
45697
45697
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45756,4 +45756,4 @@ function bootstrapServer(options = {}) {
|
|
|
45756
45756
|
//#endregion
|
|
45757
45757
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45758
45758
|
|
|
45759
|
-
//# sourceMappingURL=src-
|
|
45759
|
+
//# sourceMappingURL=src-BMWZ4DUm.js.map
|