#!/usr/bin/env node /** * @maxy/outlook MCP server. * * Read-only Microsoft Graph access for Outlook.com / Microsoft 365 mailboxes. * Admin agent only. Public-agent surface is explicitly excluded. * * Auth: per-account OAuth Auth Code + PKCE. Tokens persist encrypted to * {ACCOUNTS_DIR}/{accountId}/secrets/outlook/{tokens.enc, .key} * * Required environment: * ACCOUNT_ID — provided by getMcpServers when spawned per account. * PLATFORM_ROOT — repo root; used to derive ACCOUNTS_DIR. * OUTLOOK_CLIENT_ID — Azure AD app (client) ID. Operator-set per install. * OUTLOOK_TENANT_ID — Azure tenant ("common" for multi-tenant). Default "common". */ export {}; //# sourceMappingURL=index.d.ts.map