@emit-ia/gdrive-mcp-server
Version:
Google Drive MCP Server - Model Context Protocol server for Google Drive and Gmail APIs
14 lines • 570 B
TypeScript
/**
* 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