Fix Windows sign-in: don't launch the browser through cmd.exe (v1.0.1)

cmd's `start` splits unquoted commands at "&", truncating the OAuth authorize
URL after the first query parameter — Windows users hit AADSTS900144 (missing
'scope'). Launch via rundll32 url.dll,FileProtocolHandler instead, which takes
the URL as a plain argument with no shell parsing.

Same fix as claude-msplanner b07a241, applied to the canonical skill copy and
synced into the extension bundle.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-10 08:01:12 -06:00
parent 7d80e9f586
commit b3918c3ee6
5 changed files with 21 additions and 12 deletions

View File

@@ -108,7 +108,7 @@ const TASK_WRITE_FIELDS = {
// ---- server ---------------------------------------------------------------
const server = new McpServer({ name: "ms-todo", version: "1.0.0" });
const server = new McpServer({ name: "ms-todo", version: "1.0.1" });
// --- auth ---
server.registerTool(