UNPKG

systemprompt-mcp-gmail

Version:

A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation.

9 lines (8 loc) 269 B
import { GoogleAuthService } from "./google-auth-service.js"; export declare abstract class GoogleBaseService { protected auth: GoogleAuthService; private initPromise; constructor(); private initializeAuth; protected waitForInit(): Promise<void>; }