@doist/todoist-mcp 10.4.0 → 10.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/README.md +0 -2
- package/dist/index.d.ts +4 -4
- package/dist/index.js +3 -3
- package/dist/main-http.js +2 -2
- package/dist/main.js +1 -1
- package/dist/{mcp-server-DUs6oq-a.js → mcp-server-Q106qiDw.js} +880 -841
- package/dist/{require-valid-todoist-token-BeOx8xgI.js → require-valid-todoist-token-CgDIhI0W.js} +1 -1
- package/dist/tool-execution-error.d.ts +8 -2
- package/dist/tool-execution-error.d.ts.map +1 -1
- package/dist/tools/add-reminders.d.ts +4 -4
- package/dist/tools/add-tasks.d.ts.map +1 -1
- package/dist/tools/delete-object.d.ts +4 -4
- package/dist/tools/update-reminders.d.ts +4 -4
- package/dist/utils/reminder-schemas.d.ts +1 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# Todoist MCP Server
|
|
2
2
|
|
|
3
|
-
> **Note:** This package was previously named `@doist/todoist-ai`. The old name continues to work as a thin shim that re-exports from `@doist/todoist-mcp`, but new installs should use `@doist/todoist-mcp` directly.
|
|
4
|
-
|
|
5
3
|
Library for connecting AI agents to Todoist. Includes tools that can be integrated into LLMs,
|
|
6
4
|
enabling them to access and modify a Todoist account on the user's behalf.
|
|
7
5
|
|
package/dist/index.d.ts
CHANGED
|
@@ -2928,8 +2928,8 @@ declare const tools: {
|
|
|
2928
2928
|
description: string;
|
|
2929
2929
|
parameters: {
|
|
2930
2930
|
type: import('zod').ZodEnum<{
|
|
2931
|
-
label: "label";
|
|
2932
2931
|
filter: "filter";
|
|
2932
|
+
label: "label";
|
|
2933
2933
|
comment: "comment";
|
|
2934
2934
|
reminder: "reminder";
|
|
2935
2935
|
task: "task";
|
|
@@ -2943,8 +2943,8 @@ declare const tools: {
|
|
|
2943
2943
|
outputSchema: {
|
|
2944
2944
|
deletedEntity: import('zod').ZodObject<{
|
|
2945
2945
|
type: import('zod').ZodEnum<{
|
|
2946
|
-
label: "label";
|
|
2947
2946
|
filter: "filter";
|
|
2947
|
+
label: "label";
|
|
2948
2948
|
comment: "comment";
|
|
2949
2949
|
reminder: "reminder";
|
|
2950
2950
|
task: "task";
|
|
@@ -2963,13 +2963,13 @@ declare const tools: {
|
|
|
2963
2963
|
idempotentHint: true;
|
|
2964
2964
|
};
|
|
2965
2965
|
execute(args: {
|
|
2966
|
-
type: "
|
|
2966
|
+
type: "filter" | "label" | "comment" | "reminder" | "task" | "project" | "section" | "goal" | "location_reminder";
|
|
2967
2967
|
id: string;
|
|
2968
2968
|
}, client: import('@doist/todoist-sdk').TodoistApi): Promise<{
|
|
2969
2969
|
textContent: string;
|
|
2970
2970
|
structuredContent: {
|
|
2971
2971
|
deletedEntity: {
|
|
2972
|
-
type: "
|
|
2972
|
+
type: "filter" | "label" | "comment" | "reminder" | "task" | "project" | "section" | "goal" | "location_reminder";
|
|
2973
2973
|
id: string;
|
|
2974
2974
|
};
|
|
2975
2975
|
success: true;
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { f as s, s as a, l as e, m as t, a as o, u as d, r as i, d as r, b as n, c as l, e as c, h as p, i as m, j as f, k, n as T, o as u, p as g, q as j, t as v, v as P, w as h, x as S, y as b, z as A, A as y, B as C, C as G, D as F, E as x, F as E, G as L, H as O, I as w, J as H, K as I, L as M, M as q, N as z, O as B, P as D, Q as N, R, S as W } from "./mcp-server-
|
|
2
|
-
import { T as V, g as _ } from "./mcp-server-
|
|
3
|
-
import { r as Y, v as Z } from "./require-valid-todoist-token-
|
|
1
|
+
import { f as s, s as a, l as e, m as t, a as o, u as d, r as i, d as r, b as n, c as l, e as c, h as p, i as m, j as f, k, n as T, o as u, p as g, q as j, t as v, v as P, w as h, x as S, y as b, z as A, A as y, B as C, C as G, D as F, E as x, F as E, G as L, H as O, I as w, J as H, K as I, L as M, M as q, N as z, O as B, P as D, Q as N, R, S as W } from "./mcp-server-Q106qiDw.js";
|
|
2
|
+
import { T as V, g as _ } from "./mcp-server-Q106qiDw.js";
|
|
3
|
+
import { r as Y, v as Z } from "./require-valid-todoist-token-CgDIhI0W.js";
|
|
4
4
|
const K = {
|
|
5
5
|
// Task management tools
|
|
6
6
|
addTasks: W,
|
package/dist/main-http.js
CHANGED
|
@@ -3,8 +3,8 @@ import { isIP as p } from "node:net";
|
|
|
3
3
|
import O from "dotenv";
|
|
4
4
|
import { StreamableHTTPServerTransport as S } from "@modelcontextprotocol/sdk/server/streamableHttp.js";
|
|
5
5
|
import m from "express";
|
|
6
|
-
import { g as v } from "./mcp-server-
|
|
7
|
-
import { r as w } from "./require-valid-todoist-token-
|
|
6
|
+
import { g as v } from "./mcp-server-Q106qiDw.js";
|
|
7
|
+
import { r as w } from "./require-valid-todoist-token-CgDIhI0W.js";
|
|
8
8
|
function f(t) {
|
|
9
9
|
return t.startsWith("[") && t.endsWith("]") ? t.slice(1, -1) : t;
|
|
10
10
|
}
|
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-Q106qiDw.js";
|
|
5
5
|
function p() {
|
|
6
6
|
const e = process.env.TODOIST_BASE_URL, r = process.env.TODOIST_API_KEY;
|
|
7
7
|
if (!r)
|