UNPKG

msexchange-mcp

Version:

MCP server for Microsoft Exchange/Outlook email operations via Microsoft Graph API

11 lines 257 B
interface Account { id: string; email: string; displayName: string; } interface AccountsConfig { accounts: Account[]; } declare const accountsConfig: AccountsConfig; export default accountsConfig; //# sourceMappingURL=accountsLoader.d.ts.map