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