@doist/todoist-mcp 12.4.1 → 12.4.2

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.
@@ -370,7 +370,7 @@ function rr(e) {
370
370
  const t = Xe(e);
371
371
  return t ? tr(t) : Bt(e);
372
372
  }
373
- const or = "12.4.1", nr = {
373
+ const or = "12.4.2", nr = {
374
374
  version: or
375
375
  }, $ = {
376
376
  /** Default limit for task listings */
@@ -3899,7 +3899,7 @@ const Ia = {
3899
3899
  daysCount: s.number().int().min(1).max(30).default(1).describe(
3900
3900
  "The number of days to get the tasks for, starting from the start date. Default is 1 which means only tasks for the start date."
3901
3901
  ),
3902
- limit: s.number().int().min(1).max($.TASKS_MAX).default($.TASKS_DEFAULT).describe("The maximum number of tasks to return."),
3902
+ limit: s.number().int().min(1).max($.TASKS_MAX).default($.TASKS_DEFAULT).describe("The maximum number of tasks to return. Default is 10."),
3903
3903
  cursor: s.string().optional().describe(
3904
3904
  "The cursor to get the next page of tasks (cursor is obtained from the previous call to this tool, with the same parameters)."
3905
3905
  ),
@@ -1,4 +1,4 @@
1
- import { P as A, Q as v, R as T } from "./mcp-server-DmeUsiq0.js";
1
+ import { P as A, Q as v, R as T } from "./mcp-server-osYsN_F8.js";
2
2
  const y = /* @__PURE__ */ new Set([401, 403]);
3
3
  function C(e) {
4
4
  const t = T(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doist/todoist-mcp",
3
- "version": "12.4.1",
3
+ "version": "12.4.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",