Documentation
¶
Overview ¶
Package gmail provides MCP tools for interacting with the Gmail API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Scopes = []string{ gmail.MailGoogleComScope, gmail.GmailSettingsBasicScope, drive.DriveScope, }
Scopes required by the Gmail tools. MailGoogleComScope grants full access to the mailbox including permanent deletion, settings, send, and all read/write operations. It is a superset of GmailModifyScope, GmailSendScope, and GmailSettingsBasicScope. GmailSettingsBasicScope is added explicitly because the Filters API requires it even when MailGoogleComScope is present. DriveScope is included for bridge tools (save_attachment_to_drive, get_drive_file_content) that transfer data between Gmail and Drive server-side.
Functions ¶
func AccountScopes ¶
func AccountScopes() []string
AccountScopes returns the scopes used by Gmail tools.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.