We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/imdinu/jxa-mail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•212 B
"""JXA script resources for Apple Mail automation."""
from pathlib import Path
# Path to the mail_core.js library
MAIL_CORE_JS = (Path(__file__).parent / "mail_core.js").read_text()
__all__ = ["MAIL_CORE_JS"]