@togglhq/mcp 1.5.55 → 1.5.56
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
|
@@ -45822,7 +45822,7 @@ import_main.default.config({
|
|
|
45822
45822
|
quiet: true,
|
|
45823
45823
|
ignore: ["MISSING_ENV_FILE"]
|
|
45824
45824
|
});
|
|
45825
|
-
const packageVersion = "1.5.
|
|
45825
|
+
const packageVersion = "1.5.56";
|
|
45826
45826
|
function resolvePublicUrls() {
|
|
45827
45827
|
return {
|
|
45828
45828
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45887,4 +45887,4 @@ function bootstrapServer(options = {}) {
|
|
|
45887
45887
|
//#endregion
|
|
45888
45888
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45889
45889
|
|
|
45890
|
-
//# sourceMappingURL=src-
|
|
45890
|
+
//# sourceMappingURL=src-gryeVbKP.js.map
|