@doist/todoist-mcp 11.0.0 → 12.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.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, d as i, b as n, c, e as l, h as m, i as p, j as f, k, n as T, o as u, p as g, q as j, t as v, v as h, w as P, x as b, y as A, z as S, A as y, B as C, C as F, D as x, E, F as L, G as O, H as w, I as H, J as I, K as M, L as q, M as z, N as B } from "./mcp-server-D08HTKn7.js";
2
- import { O as J, g as K } from "./mcp-server-D08HTKn7.js";
3
- import { r as U, v as V } from "./require-valid-todoist-token-Dzd0ow_h.js";
1
+ import { f as s, s as a, l as e, m as t, a as o, u as d, r, d as i, b as n, c, e as l, h as m, i as p, j as f, k, n as T, o as u, p as g, q as j, t as v, v as h, w as P, x as b, y as A, z as S, A as y, B as C, C as F, D as x, E, F as L, G as O, H as w, I as H, J as I, K as M, L as q, M as z, N as B } from "./mcp-server-D_1HNxyp.js";
2
+ import { O as J, g as K } from "./mcp-server-D_1HNxyp.js";
3
+ import { r as U, v as V } from "./require-valid-todoist-token-Dy0mPSN8.js";
4
4
  const N = {
5
5
  // Task management tools
6
6
  addTasks: B,
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-D08HTKn7.js";
7
- import { r as w } from "./require-valid-todoist-token-Dzd0ow_h.js";
6
+ import { g as v } from "./mcp-server-D_1HNxyp.js";
7
+ import { r as w } from "./require-valid-todoist-token-Dy0mPSN8.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-D08HTKn7.js";
4
+ import { g as i } from "./mcp-server-D_1HNxyp.js";
5
5
  function p() {
6
6
  const e = process.env.TODOIST_BASE_URL, r = process.env.TODOIST_API_KEY;
7
7
  if (!r)
@@ -345,7 +345,7 @@ function Us(e) {
345
345
  const t = Dt(e);
346
346
  return t ? Os(t) : xt(e);
347
347
  }
348
- const Rs = "11.0.0", _s = {
348
+ const Rs = "12.0.0", _s = {
349
349
  version: Rs
350
350
  }, Ns = "todoist-mcp", Ye = _s.version, Et = new us(), ct = ps(import.meta.url);
351
351
  let fe;
@@ -1,4 +1,4 @@
1
- import { P as A, Q as v, R as T } from "./mcp-server-D08HTKn7.js";
1
+ import { P as A, Q as v, R as T } from "./mcp-server-D_1HNxyp.js";
2
2
  const y = /* @__PURE__ */ new Set([401, 403]);
3
3
  function C(e) {
4
4
  const t = T(e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doist/todoist-mcp",
3
- "version": "11.0.0",
3
+ "version": "12.0.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -18,6 +18,10 @@
18
18
  "README.md"
19
19
  ],
20
20
  "license": "MIT",
21
+ "engines": {
22
+ "node": ">=24",
23
+ "npm": ">=11"
24
+ },
21
25
  "description": "The official Todoist MCP server",
22
26
  "repository": {
23
27
  "type": "git",