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.

5 lines (4 loc) 231 B
import { JSONSchema7 } from "json-schema"; export declare const EMAIL_SEND_RESPONSE_SCHEMA: JSONSchema7; export declare const EMAIL_REPLY_RESPONSE_SCHEMA: JSONSchema7; export declare const DRAFT_EMAIL_RESPONSE_SCHEMA: JSONSchema7;