@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.
- package/dist/index.js +3 -3
- package/dist/main-http.js +2 -2
- package/dist/main.js +1 -1
- package/dist/mcp-apps/index.html +31 -31
- package/dist/{mcp-server-DmeUsiq0.js → mcp-server-osYsN_F8.js} +2 -2
- package/dist/{require-valid-todoist-token-DlIMnCBB.js → require-valid-todoist-token-BqTqfHfh.js} +1 -1
- package/package.json +1 -1
|
@@ -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.
|
|
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
|
),
|