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.

8 lines (7 loc) 387 B
import { SamplingPrompt } from "../types/sampling.js"; export declare const SEND_EMAIL_PROMPT: SamplingPrompt; export declare const REPLY_EMAIL_PROMPT: SamplingPrompt; export declare const REPLY_DRAFT_PROMPT: SamplingPrompt; export declare const EDIT_DRAFT_PROMPT: SamplingPrompt; export declare const CREATE_DRAFT_PROMPT: SamplingPrompt; export declare const PROMPTS: SamplingPrompt[];