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

9
mcp-extension/.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
# Generated / bundled artifacts
node_modules/
# synced from the skill by scripts/sync-core.mjs
server/lib/graph.mjs
*.mcpb
# Signing material — NEVER commit the private key
key.pem
cert.pem