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.
10 lines (9 loc) • 364 B
TypeScript
import { Tool } from "@modelcontextprotocol/sdk/types.js";
export declare const TOOL_ERROR_MESSAGES: {
readonly UNKNOWN_TOOL: "Unknown tool:";
readonly TOOL_CALL_FAILED: "Tool call failed:";
};
export declare const TOOL_RESPONSE_MESSAGES: {
readonly ASYNC_PROCESSING: "Request is being processed asynchronously";
};
export declare const TOOLS: Tool[];