/** * Calendar Module — 11 MCP tools for calendar management * * 1 status tool + 6 event management + 2 calendar management + 2 smart features. * Supports two providers: * - Google Calendar (OAuth2 / Service Account) * - CalDAV (any CalDAV server: iCloud, Nextcloud, mailbox.org, Posteo, Radicale, etc.) * * The provider is determined by config.calendar.provider. All 11 tools work * identically regardless of provider — the routing is transparent to the user. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerCalendarTools(server: McpServer): void; //# sourceMappingURL=index.d.ts.map