@togglhq/mcp 1.5.34 → 1.5.36
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
|
@@ -45631,7 +45631,7 @@ import_main.default.config({
|
|
|
45631
45631
|
quiet: true,
|
|
45632
45632
|
ignore: ["MISSING_ENV_FILE"]
|
|
45633
45633
|
});
|
|
45634
|
-
const packageVersion = "1.5.
|
|
45634
|
+
const packageVersion = "1.5.36";
|
|
45635
45635
|
function resolvePublicUrls() {
|
|
45636
45636
|
return {
|
|
45637
45637
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45696,4 +45696,4 @@ function bootstrapServer(options = {}) {
|
|
|
45696
45696
|
//#endregion
|
|
45697
45697
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45698
45698
|
|
|
45699
|
-
//# sourceMappingURL=src-
|
|
45699
|
+
//# sourceMappingURL=src-fBoAkgZs.js.map
|