UNPKG

msexchange-mcp

Version:

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

13 lines 339 B
import { z } from 'zod'; export declare const listAccountsTool: { name: string; description: string; parameters: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; execute: () => Promise<{ content: { type: "text"; text: string; }[]; }>; }; //# sourceMappingURL=listAccounts.d.ts.map