UNPKG

microsoft-todo-mcp-server

Version:

Microsoft Todo MCP service for Claude and Cursor. Fork of @jhirono/todomcp

9 lines (7 loc) 201 B
interface ServerConfig { accessToken?: string; refreshToken?: string; tokenFilePath?: string; } declare function startServer(config?: ServerConfig): Promise<void>; export { startServer };