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.

3 lines (2 loc) 207 B
import type { CreateMessageRequest, CreateMessageResult } from "@modelcontextprotocol/sdk/types.js"; export declare function sendSamplingRequest(request: CreateMessageRequest): Promise<CreateMessageResult>;