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