Skip to main content
Glama

MCP Sendmail Server

by maxyychen
__init__.py284 B
"""JSON-RPC 2.0 implementation for MCP protocol.""" from .models import JSONRPCRequest, JSONRPCResponse, JSONRPCError, ErrorCode from .handler import JSONRPCHandler __all__ = [ "JSONRPCRequest", "JSONRPCResponse", "JSONRPCError", "ErrorCode", "JSONRPCHandler", ]

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/maxyychen/mcp-sendmail'

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