@togglhq/mcp 1.5.70 → 1.5.71
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
|
@@ -45984,7 +45984,7 @@ import_main.default.config({
|
|
|
45984
45984
|
quiet: true,
|
|
45985
45985
|
ignore: ["MISSING_ENV_FILE"]
|
|
45986
45986
|
});
|
|
45987
|
-
const packageVersion = "1.5.
|
|
45987
|
+
const packageVersion = "1.5.71";
|
|
45988
45988
|
function resolvePublicUrls() {
|
|
45989
45989
|
return {
|
|
45990
45990
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -46049,4 +46049,4 @@ function bootstrapServer(options = {}) {
|
|
|
46049
46049
|
//#endregion
|
|
46050
46050
|
export { runMcpCli as n, bootstrapServer as t };
|
|
46051
46051
|
|
|
46052
|
-
//# sourceMappingURL=src-
|
|
46052
|
+
//# sourceMappingURL=src-GasZftzb.js.map
|