@togglhq/mcp 1.6.5 → 1.6.6
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
|
@@ -32621,7 +32621,7 @@ function createAuthenticatedClientProxy() {
|
|
|
32621
32621
|
} });
|
|
32622
32622
|
}
|
|
32623
32623
|
//#endregion
|
|
32624
|
-
//#region ../operations/build/safety-
|
|
32624
|
+
//#region ../operations/build/safety-DFT_PtcX.js
|
|
32625
32625
|
const optionalNumber = /* @__PURE__ */ optional$1(/* @__PURE__ */ number$2());
|
|
32626
32626
|
const DATE_FIELD_RE = /^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[+-]\d{2}:\d{2}))?$/;
|
|
32627
32627
|
const dateField = (description) => /* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ regex(DATE_FIELD_RE, "must be YYYY-MM-DD or RFC3339 datetime (e.g. '2025-01-01' or '2025-01-01T00:00:00Z')"), /* @__PURE__ */ description$1(description));
|
|
@@ -33360,7 +33360,7 @@ const taskOverrides = {
|
|
|
33360
33360
|
},
|
|
33361
33361
|
"focus.tasks.get": { agentGuidance: "Fetch a single task with full detail including subtasks and time estimates." },
|
|
33362
33362
|
"focus.tasks.create": {
|
|
33363
|
-
agentGuidance: "Required: name. Strongly recommended: project_id, status_id, assignee_user_ids. Use start_date/end_date for scheduling
|
|
33363
|
+
agentGuidance: "Required: name. Strongly recommended: project_id, status_id, assignee_user_ids. Use start_date/end_date for scheduling as date-only YYYY-MM-DD values; never pass RFC 3339 datetimes. Set estimated_mins for time estimates.",
|
|
33364
33364
|
examples: [{
|
|
33365
33365
|
description: "Create a minimal task",
|
|
33366
33366
|
data: { name: "Dogfood the CLI" }
|
|
@@ -44935,7 +44935,7 @@ import_main.default.config({
|
|
|
44935
44935
|
quiet: true,
|
|
44936
44936
|
ignore: ["MISSING_ENV_FILE"]
|
|
44937
44937
|
});
|
|
44938
|
-
const packageVersion = "1.6.
|
|
44938
|
+
const packageVersion = "1.6.6";
|
|
44939
44939
|
function resolvePublicUrls() {
|
|
44940
44940
|
return {
|
|
44941
44941
|
focusApiUrl: process.env.TOGGL_FOCUS_API_URL ?? "https://focus.toggl.com",
|
|
@@ -45000,4 +45000,4 @@ function bootstrapServer(options = {}) {
|
|
|
45000
45000
|
//#endregion
|
|
45001
45001
|
export { runMcpCli as n, bootstrapServer as t };
|
|
45002
45002
|
|
|
45003
|
-
//# sourceMappingURL=src-
|
|
45003
|
+
//# sourceMappingURL=src-Ol4JAhNC.js.map
|