Skip to main content
Glama
leeguooooo
by leeguooooo
__init__.py395 B
""" Service layer for MCP Email Service Provides clean interfaces to business logic and reduces coupling """ from .email_service import EmailService from .communication_service import CommunicationService from .folder_service import FolderService from .system_service import SystemService __all__ = [ 'EmailService', 'CommunicationService', 'FolderService', 'SystemService' ]

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/leeguooooo/email-mcp-service'

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