• v1.0.1 b3918c3ee6

    spencerm released this 2026-07-10 14:01:12 +00:00 | 1 commits to main since this release

    Fixes todo_login on Windows: the sign-in URL was launched through cmd.exe, which splits commands at & and truncated the OAuth request after the first query parameter (Microsoft error AADSTS900144: missing 'scope'). The browser now launches without shell parsing.

    Install/upgrade:

    • Claude Desktop: ms-todo.mcpb via Settings -> Extensions
    • Cowork / Claude Code: ms-todo.plugin via the plugin picker

    Existing sign-ins are unaffected (token cache carries over). macOS/Linux installs of v1.0.0 don't need this fix but should upgrade to stay in sync.

    Downloads
  • v1.0.0 2162aac515

    spencerm released this 2026-06-16 23:32:06 +00:00 | 3 commits to main since this release

    Microsoft To Do for Claude — first release.

    Claude Desktop install

    1. Download ms-todo.mcpb below.
    2. Claude Desktop → Settings → Extensions → install it.
    3. In a chat: "Sign in to Microsoft To Do" (browser opens, one-time).

    The bundle is unsigned, so Claude Desktop shows an "unverified publisher" notice on install — that is expected; install anyway. (Code-signing is pending a working signer + a CA-trusted cert.)

    Claude Code skill

    See README — node todo.mjs login then node todo.mjs test.

    Downloads