Skip to main content
Glama
__init__.py369 B
"""Gmail MCP Server - Core package.""" __version__ = "0.1.0" from .auth_manager import AuthManager from .gmail_client import GmailClient from .models import EmailRequest, DraftRequest, EmailResponse, DraftInfo, UserInfo __all__ = [ "AuthManager", "GmailClient", "EmailRequest", "DraftRequest", "EmailResponse", "DraftInfo", "UserInfo", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/parthashirolkar/gmail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server