@togglhq/mcp 1.5.50 → 1.5.52
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
|
@@ -45726,7 +45726,7 @@ import_main.default.config({
|
|
|
45726
45726
|
quiet: true,
|
|
45727
45727
|
ignore: ["MISSING_ENV_FILE"]
|
|
45728
45728
|
});
|
|
45729
|
-
const packageVersion = "1.5.
|
|
45729
|
+
const packageVersion = "1.5.52";
|
|
45730
45730
|
function resolvePublicUrls() {
|
|
45731
45731
|
return {
|
|
45732
45732
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45791,4 +45791,4 @@ function bootstrapServer(options = {}) {
|
|
|
45791
45791
|
//#endregion
|
|
45792
45792
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45793
45793
|
|
|
45794
|
-
//# sourceMappingURL=src-
|
|
45794
|
+
//# sourceMappingURL=src-DlNhcMHm.js.map
|