Initial commit: Microsoft To Do for Claude (skill + .mcpb extension)

Claude Code skill (CLI over Microsoft Graph, delegated auth-code + PKCE) and a
Claude Desktop .mcpb extension sharing one dependency-free core client.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-16 17:31:48 -06:00
commit 2162aac515
16 changed files with 3385 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# Secrets and cached credentials — never commit.
.env
**/.env
.token-cache.json
**/.token-cache.json
# OS cruft
.DS_Store
# Node
node_modules/