@togglhq/mcp 1.5.64 → 1.5.65
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
|
@@ -43294,12 +43294,12 @@ const generatedFocusOperations = [
|
|
|
43294
43294
|
},
|
|
43295
43295
|
mcp: { entityTool: "timesheets" },
|
|
43296
43296
|
inputSchema: /* @__PURE__ */ looseObject({ payload: /* @__PURE__ */ looseObject({
|
|
43297
|
-
comment: /* @__PURE__ */ string$1(),
|
|
43298
43297
|
keys: /* @__PURE__ */ array$1(/* @__PURE__ */ looseObject({
|
|
43299
43298
|
setup_id: /* @__PURE__ */ number$2(),
|
|
43300
43299
|
start_date: /* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1()),
|
|
43301
43300
|
user_account_id: /* @__PURE__ */ number$2()
|
|
43302
|
-
}))
|
|
43301
|
+
})),
|
|
43302
|
+
comment: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
43303
43303
|
}) }),
|
|
43304
43304
|
execute: (input, { client }) => {
|
|
43305
43305
|
const data = input;
|
|
@@ -45851,7 +45851,7 @@ import_main.default.config({
|
|
|
45851
45851
|
quiet: true,
|
|
45852
45852
|
ignore: ["MISSING_ENV_FILE"]
|
|
45853
45853
|
});
|
|
45854
|
-
const packageVersion = "1.5.
|
|
45854
|
+
const packageVersion = "1.5.65";
|
|
45855
45855
|
function resolvePublicUrls() {
|
|
45856
45856
|
return {
|
|
45857
45857
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45916,4 +45916,4 @@ function bootstrapServer(options = {}) {
|
|
|
45916
45916
|
//#endregion
|
|
45917
45917
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45918
45918
|
|
|
45919
|
-
//# sourceMappingURL=src-
|
|
45919
|
+
//# sourceMappingURL=src-DBcOA7vG.js.map
|