#!/usr/bin/env node
/**
 * Google Drive & Gmail MCP Server
 *
 * This MCP (Model Context Protocol) server provides comprehensive access to Google Drive
 * and Gmail services through a hybrid authentication system:
 * - Service Account authentication for Google Drive (reliable, no expiration)
 * - OAuth2 authentication for Gmail (required for personal Gmail access)
 *
 * The server implements automatic token management for Gmail to prevent the common
 * 6-month token expiration issues that plague many integrations.
 */
export {};
//# sourceMappingURL=index.d.ts.map