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>
12 lines
147 B
Plaintext
12 lines
147 B
Plaintext
# Secrets and cached credentials — never commit.
|
|
.env
|
|
**/.env
|
|
.token-cache.json
|
|
**/.token-cache.json
|
|
|
|
# OS cruft
|
|
.DS_Store
|
|
|
|
# Node
|
|
node_modules/
|