@togglhq/mcp 1.5.54 → 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
|
@@ -40078,7 +40078,12 @@ const generatedFocusOperations = [
|
|
|
40078
40078
|
"project.tasks",
|
|
40079
40079
|
"project.board",
|
|
40080
40080
|
"project.timeline",
|
|
40081
|
-
"projects"
|
|
40081
|
+
"projects",
|
|
40082
|
+
"reports.summary",
|
|
40083
|
+
"reports.detailed",
|
|
40084
|
+
"reports.utilization",
|
|
40085
|
+
"reports.workload",
|
|
40086
|
+
"reports.profitability"
|
|
40082
40087
|
]),
|
|
40083
40088
|
icon_name: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
40084
40089
|
}) }),
|
|
@@ -45817,7 +45822,7 @@ import_main.default.config({
|
|
|
45817
45822
|
quiet: true,
|
|
45818
45823
|
ignore: ["MISSING_ENV_FILE"]
|
|
45819
45824
|
});
|
|
45820
|
-
const packageVersion = "1.5.
|
|
45825
|
+
const packageVersion = "1.5.56";
|
|
45821
45826
|
function resolvePublicUrls() {
|
|
45822
45827
|
return {
|
|
45823
45828
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45882,4 +45887,4 @@ function bootstrapServer(options = {}) {
|
|
|
45882
45887
|
//#endregion
|
|
45883
45888
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45884
45889
|
|
|
45885
|
-
//# sourceMappingURL=src-
|
|
45890
|
+
//# sourceMappingURL=src-gryeVbKP.js.map
|