@doist/todoist-mcp 10.4.0 → 10.4.1
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.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-Dz-ZHVdc.js} +1 -1
- package/dist/{require-valid-todoist-token-BeOx8xgI.js → require-valid-todoist-token-BCxPgUS_.js} +1 -1
- package/package.json +4 -4
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.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-Dz-ZHVdc.js";
|
|
2
|
+
import { T as V, g as _ } from "./mcp-server-Dz-ZHVdc.js";
|
|
3
|
+
import { r as Y, v as Z } from "./require-valid-todoist-token-BCxPgUS_.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-Dz-ZHVdc.js";
|
|
7
|
+
import { r as w } from "./require-valid-todoist-token-BCxPgUS_.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-Dz-ZHVdc.js";
|
|
5
5
|
function p() {
|
|
6
6
|
const e = process.env.TODOIST_BASE_URL, r = process.env.TODOIST_API_KEY;
|
|
7
7
|
if (!r)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doist/todoist-mcp",
|
|
3
|
-
"version": "10.4.
|
|
3
|
+
"version": "10.4.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"prepare": "husky"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@doist/todoist-sdk": "10.
|
|
63
|
+
"@doist/todoist-sdk": "10.5.0",
|
|
64
64
|
"@modelcontextprotocol/ext-apps": "1.2.2",
|
|
65
65
|
"date-fns": "4.1.0",
|
|
66
66
|
"dompurify": "3.3.3",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"gpt-tokenizer": "3.4.0",
|
|
89
89
|
"husky": "9.1.7",
|
|
90
90
|
"lint-staged": "16.4.0",
|
|
91
|
-
"morgan": "1.
|
|
91
|
+
"morgan": "1.11.0",
|
|
92
92
|
"nodemon": "3.1.14",
|
|
93
93
|
"oxfmt": "0.48.0",
|
|
94
94
|
"oxlint": "1.58.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"vite": "7.3.5",
|
|
103
103
|
"vite-plugin-dts": "4.5.4",
|
|
104
104
|
"vite-plugin-singlefile": "2.3.3",
|
|
105
|
-
"vitest": "4.1.
|
|
105
|
+
"vitest": "4.1.9"
|
|
106
106
|
},
|
|
107
107
|
"lint-staged": {
|
|
108
108
|
"*.{ts,tsx,js,jsx}": [
|