UNPKG

msexchange-mcp

Version:

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

5 lines 386 B
import { Client } from '@microsoft/microsoft-graph-client'; export declare function getGraphClientWithRetry(userEmail: string): Promise<Client>; export declare function getGraphClient(userEmail: string): Promise<Client>; export declare function executeWithTokenRetry<T>(userEmail: string, operation: (client: Client) => Promise<T>): Promise<T>; //# sourceMappingURL=graphClient.d.ts.map