@doist/todoist-ai 6.2.0 → 7.0.0
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 +7 -7
- package/dist/index.js +2 -2
- package/dist/main.js +1 -1
- package/dist/mcp-server-BoYlFxsR.js +3304 -0
- package/dist/tools/delete-object.d.ts +4 -4
- package/dist/tools/fetch-object.d.ts +3 -3
- package/dist/tools/find-activity.d.ts +3 -3
- package/package.json +13 -11
- package/dist/mcp-server-B9j96GQ2.js +0 -3304
package/dist/index.d.ts
CHANGED
|
@@ -1105,8 +1105,8 @@ declare const tools: {
|
|
|
1105
1105
|
description: string;
|
|
1106
1106
|
parameters: {
|
|
1107
1107
|
objectType: import('zod').ZodOptional<import('zod').ZodEnum<{
|
|
1108
|
-
task: "task";
|
|
1109
1108
|
comment: "comment";
|
|
1109
|
+
task: "task";
|
|
1110
1110
|
project: "project";
|
|
1111
1111
|
}>>;
|
|
1112
1112
|
objectId: import('zod').ZodOptional<import('zod').ZodString>;
|
|
@@ -1147,7 +1147,7 @@ declare const tools: {
|
|
|
1147
1147
|
mutability: "readonly";
|
|
1148
1148
|
execute(args: {
|
|
1149
1149
|
limit: number;
|
|
1150
|
-
objectType?: "
|
|
1150
|
+
objectType?: "comment" | "task" | "project" | undefined;
|
|
1151
1151
|
objectId?: string | undefined;
|
|
1152
1152
|
eventType?: "completed" | "added" | "updated" | "deleted" | "uncompleted" | "archived" | "unarchived" | "shared" | "left" | undefined;
|
|
1153
1153
|
projectId?: string | undefined;
|
|
@@ -1173,7 +1173,7 @@ declare const tools: {
|
|
|
1173
1173
|
hasMore: boolean;
|
|
1174
1174
|
appliedFilters: {
|
|
1175
1175
|
limit: number;
|
|
1176
|
-
objectType?: "
|
|
1176
|
+
objectType?: "comment" | "task" | "project" | undefined;
|
|
1177
1177
|
objectId?: string | undefined;
|
|
1178
1178
|
eventType?: "completed" | "added" | "updated" | "deleted" | "uncompleted" | "archived" | "unarchived" | "shared" | "left" | undefined;
|
|
1179
1179
|
projectId?: string | undefined;
|
|
@@ -1226,8 +1226,8 @@ declare const tools: {
|
|
|
1226
1226
|
description: string;
|
|
1227
1227
|
parameters: {
|
|
1228
1228
|
type: import('zod').ZodEnum<{
|
|
1229
|
-
task: "task";
|
|
1230
1229
|
comment: "comment";
|
|
1230
|
+
task: "task";
|
|
1231
1231
|
project: "project";
|
|
1232
1232
|
section: "section";
|
|
1233
1233
|
}>;
|
|
@@ -1236,8 +1236,8 @@ declare const tools: {
|
|
|
1236
1236
|
outputSchema: {
|
|
1237
1237
|
deletedEntity: import('zod').ZodObject<{
|
|
1238
1238
|
type: import('zod').ZodEnum<{
|
|
1239
|
-
task: "task";
|
|
1240
1239
|
comment: "comment";
|
|
1240
|
+
task: "task";
|
|
1241
1241
|
project: "project";
|
|
1242
1242
|
section: "section";
|
|
1243
1243
|
}>;
|
|
@@ -1247,13 +1247,13 @@ declare const tools: {
|
|
|
1247
1247
|
};
|
|
1248
1248
|
mutability: "mutating";
|
|
1249
1249
|
execute(args: {
|
|
1250
|
-
type: "
|
|
1250
|
+
type: "comment" | "task" | "project" | "section";
|
|
1251
1251
|
id: string;
|
|
1252
1252
|
}, client: import('@doist/todoist-api-typescript').TodoistApi): Promise<{
|
|
1253
1253
|
textContent: string;
|
|
1254
1254
|
structuredContent: {
|
|
1255
1255
|
deletedEntity: {
|
|
1256
|
-
type: "
|
|
1256
|
+
type: "comment" | "task" | "project" | "section";
|
|
1257
1257
|
id: string;
|
|
1258
1258
|
};
|
|
1259
1259
|
success: true;
|
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-BoYlFxsR.js";
|
|
2
|
+
import { g as y } from "./mcp-server-BoYlFxsR.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-BoYlFxsR.js";
|
|
5
5
|
function p() {
|
|
6
6
|
const o = process.env.TODOIST_BASE_URL, r = process.env.TODOIST_API_KEY;
|
|
7
7
|
if (!r)
|