@togglhq/mcp 1.5.25 → 1.5.26
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
|
@@ -45951,7 +45951,7 @@ import_main.default.config({
|
|
|
45951
45951
|
quiet: true,
|
|
45952
45952
|
ignore: ["MISSING_ENV_FILE"]
|
|
45953
45953
|
});
|
|
45954
|
-
const packageVersion = "1.5.
|
|
45954
|
+
const packageVersion = "1.5.26";
|
|
45955
45955
|
function resolvePublicUrls() {
|
|
45956
45956
|
return {
|
|
45957
45957
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -46016,4 +46016,4 @@ function bootstrapServer(options = {}) {
|
|
|
46016
46016
|
//#endregion
|
|
46017
46017
|
export { runMcpCli as n, bootstrapServer as t };
|
|
46018
46018
|
|
|
46019
|
-
//# sourceMappingURL=src-
|
|
46019
|
+
//# sourceMappingURL=src-iRB3kkYR.js.map
|