@doist/todoist-ai 5.0.1 → 5.0.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.d.ts +10 -10
- package/dist/index.js +2 -2
- package/dist/main.js +1 -1
- package/dist/{mcp-server-CkfU2tuI.js → mcp-server-CfGS_wEm.js} +405 -366
- package/dist/tool-helpers.d.ts +53 -1
- package/dist/tool-helpers.d.ts.map +1 -1
- package/dist/tools/find-activity.d.ts +2 -2
- package/dist/tools/find-comments.d.ts +2 -2
- package/dist/tools/find-completed-tasks.d.ts +2 -2
- package/dist/tools/find-projects.d.ts.map +1 -1
- package/dist/tools/find-sections.d.ts.map +1 -1
- package/dist/tools/find-tasks-by-date.d.ts +2 -2
- package/dist/tools/find-tasks.d.ts +2 -2
- package/dist/tools/search.d.ts.map +1 -1
- package/dist/utils/constants.d.ts +3 -1
- package/dist/utils/constants.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -438,10 +438,10 @@ declare const tools: {
|
|
|
438
438
|
limit: number;
|
|
439
439
|
parentId?: string | undefined;
|
|
440
440
|
responsibleUserFiltering?: "assigned" | "unassignedOrMe" | "all" | undefined;
|
|
441
|
+
cursor?: string | undefined;
|
|
441
442
|
projectId?: string | undefined;
|
|
442
443
|
sectionId?: string | undefined;
|
|
443
444
|
labels?: string[] | undefined;
|
|
444
|
-
cursor?: string | undefined;
|
|
445
445
|
responsibleUser?: string | undefined;
|
|
446
446
|
labelsOperator?: "and" | "or" | undefined;
|
|
447
447
|
searchText?: string | undefined;
|
|
@@ -473,10 +473,10 @@ declare const tools: {
|
|
|
473
473
|
limit: number;
|
|
474
474
|
parentId?: string | undefined;
|
|
475
475
|
responsibleUserFiltering?: "assigned" | "unassignedOrMe" | "all" | undefined;
|
|
476
|
+
cursor?: string | undefined;
|
|
476
477
|
projectId?: string | undefined;
|
|
477
478
|
sectionId?: string | undefined;
|
|
478
479
|
labels?: string[] | undefined;
|
|
479
|
-
cursor?: string | undefined;
|
|
480
480
|
responsibleUser?: string | undefined;
|
|
481
481
|
labelsOperator?: "and" | "or" | undefined;
|
|
482
482
|
searchText?: string | undefined;
|
|
@@ -560,8 +560,8 @@ declare const tools: {
|
|
|
560
560
|
limit: number;
|
|
561
561
|
daysCount: number;
|
|
562
562
|
responsibleUserFiltering?: "assigned" | "unassignedOrMe" | "all" | undefined;
|
|
563
|
-
labels?: string[] | undefined;
|
|
564
563
|
cursor?: string | undefined;
|
|
564
|
+
labels?: string[] | undefined;
|
|
565
565
|
responsibleUser?: string | undefined;
|
|
566
566
|
labelsOperator?: "and" | "or" | undefined;
|
|
567
567
|
startDate?: string | undefined;
|
|
@@ -594,8 +594,8 @@ declare const tools: {
|
|
|
594
594
|
limit: number;
|
|
595
595
|
daysCount: number;
|
|
596
596
|
responsibleUserFiltering?: "assigned" | "unassignedOrMe" | "all" | undefined;
|
|
597
|
-
labels?: string[] | undefined;
|
|
598
597
|
cursor?: string | undefined;
|
|
598
|
+
labels?: string[] | undefined;
|
|
599
599
|
responsibleUser?: string | undefined;
|
|
600
600
|
labelsOperator?: "and" | "or" | undefined;
|
|
601
601
|
startDate?: string | undefined;
|
|
@@ -686,10 +686,10 @@ declare const tools: {
|
|
|
686
686
|
until: string;
|
|
687
687
|
parentId?: string | undefined;
|
|
688
688
|
workspaceId?: string | undefined;
|
|
689
|
+
cursor?: string | undefined;
|
|
689
690
|
projectId?: string | undefined;
|
|
690
691
|
sectionId?: string | undefined;
|
|
691
692
|
labels?: string[] | undefined;
|
|
692
|
-
cursor?: string | undefined;
|
|
693
693
|
responsibleUser?: string | undefined;
|
|
694
694
|
labelsOperator?: "and" | "or" | undefined;
|
|
695
695
|
}, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
|
|
@@ -723,10 +723,10 @@ declare const tools: {
|
|
|
723
723
|
until: string;
|
|
724
724
|
parentId?: string | undefined;
|
|
725
725
|
workspaceId?: string | undefined;
|
|
726
|
+
cursor?: string | undefined;
|
|
726
727
|
projectId?: string | undefined;
|
|
727
728
|
sectionId?: string | undefined;
|
|
728
729
|
labels?: string[] | undefined;
|
|
729
|
-
cursor?: string | undefined;
|
|
730
730
|
responsibleUser?: string | undefined;
|
|
731
731
|
labelsOperator?: "and" | "or" | undefined;
|
|
732
732
|
};
|
|
@@ -1603,9 +1603,9 @@ declare const tools: {
|
|
|
1603
1603
|
totalCount: import('zod').ZodNumber;
|
|
1604
1604
|
};
|
|
1605
1605
|
execute(args: {
|
|
1606
|
-
projectId?: string | undefined;
|
|
1607
|
-
limit?: number | undefined;
|
|
1608
1606
|
cursor?: string | undefined;
|
|
1607
|
+
limit?: number | undefined;
|
|
1608
|
+
projectId?: string | undefined;
|
|
1609
1609
|
taskId?: string | undefined;
|
|
1610
1610
|
commentId?: string | undefined;
|
|
1611
1611
|
}, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
|
|
@@ -1693,12 +1693,12 @@ declare const tools: {
|
|
|
1693
1693
|
};
|
|
1694
1694
|
execute(args: {
|
|
1695
1695
|
limit: number;
|
|
1696
|
+
cursor?: string | undefined;
|
|
1696
1697
|
projectId?: string | undefined;
|
|
1697
1698
|
objectType?: "comment" | "task" | "project" | undefined;
|
|
1698
1699
|
objectId?: string | undefined;
|
|
1699
1700
|
eventType?: "completed" | "added" | "updated" | "deleted" | "uncompleted" | "archived" | "unarchived" | "shared" | "left" | undefined;
|
|
1700
1701
|
initiatorId?: string | undefined;
|
|
1701
|
-
cursor?: string | undefined;
|
|
1702
1702
|
taskId?: string | undefined;
|
|
1703
1703
|
}, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
|
|
1704
1704
|
textContent: string;
|
|
@@ -1719,12 +1719,12 @@ declare const tools: {
|
|
|
1719
1719
|
hasMore: boolean;
|
|
1720
1720
|
appliedFilters: {
|
|
1721
1721
|
limit: number;
|
|
1722
|
+
cursor?: string | undefined;
|
|
1722
1723
|
projectId?: string | undefined;
|
|
1723
1724
|
objectType?: "comment" | "task" | "project" | undefined;
|
|
1724
1725
|
objectId?: string | undefined;
|
|
1725
1726
|
eventType?: "completed" | "added" | "updated" | "deleted" | "uncompleted" | "archived" | "unarchived" | "shared" | "left" | undefined;
|
|
1726
1727
|
initiatorId?: string | undefined;
|
|
1727
|
-
cursor?: string | undefined;
|
|
1728
1728
|
taskId?: string | undefined;
|
|
1729
1729
|
};
|
|
1730
1730
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { f as s, s as a, m as e, a as t, u as o, d, b as n, c as i, e as r, h as c, i as m, j as f, k as p, l as k, n as l, o as j, p as u, q as T, r as g, t as v, v as C, w as P, x as S } from "./mcp-server-
|
|
2
|
-
import { g as y } from "./mcp-server-
|
|
1
|
+
import { f as s, s as a, m as e, a as t, u as o, d, b as n, c as i, e as r, h as c, i as m, j as f, k as p, l as k, n as l, o as j, p as u, q as T, r as g, t as v, v as C, w as P, x as S } from "./mcp-server-CfGS_wEm.js";
|
|
2
|
+
import { g as y } from "./mcp-server-CfGS_wEm.js";
|
|
3
3
|
const h = {
|
|
4
4
|
// Task management tools
|
|
5
5
|
addTasks: S,
|
package/dist/main.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { StdioServerTransport as s } from "@modelcontextprotocol/sdk/server/stdio.js";
|
|
3
3
|
import c from "dotenv";
|
|
4
|
-
import { g as i } from "./mcp-server-
|
|
4
|
+
import { g as i } from "./mcp-server-CfGS_wEm.js";
|
|
5
5
|
function p() {
|
|
6
6
|
const o = process.env.TODOIST_BASE_URL, r = process.env.TODOIST_API_KEY;
|
|
7
7
|
if (!r)
|