#!/usr/bin/env node /** * Apple Mail MCP Server * * A Model Context Protocol (MCP) server that provides AI assistants * with the ability to interact with Apple Mail on macOS. * * This server exposes tools for: * - Reading and searching emails * - Sending emails * - Managing mailboxes * - Managing multiple accounts (iCloud, Gmail, Exchange, etc.) * * Architecture: * - Tool definitions are declarative (schema + handler) * - The AppleMailManager class handles all AppleScript operations * - Error handling is consistent across all tools * * @module apple-mail-mcp * @see https://modelcontextprotocol.io */ export {}; //# sourceMappingURL=index.d.ts.map