npm.io
9.0.0 • Published 3 months agoCLI

@doist/todoist-ai

Licence
MIT
Version
9.0.0
Deps
1
Size
2 kB
Vulns
0
Weekly
0
Stars
536
DeprecatedThis package is deprecated

@doist/todoist-ai

This package has been renamed to @doist/todoist-mcp.

Please update your dependency:

npm install @doist/todoist-mcp

And update your imports:

import { getMcpServer } from '@doist/todoist-mcp'

The CLI entrypoints have been renamed too:

npx @doist/todoist-mcp           # was: npx @doist/todoist-ai
npx -p @doist/todoist-mcp todoist-mcp-http

This package continues to work as a thin shim that re-exports @doist/todoist-mcp and forwards the legacy CLI bins (todoist-ai, todoist-ai-http) to the new package, but it will not receive new features.