Skip to main content
Glama

MCP Sendmail Server

by maxyychen
errors.py480 B
"""Custom exception classes for the MCP server.""" class MCPError(Exception): """Base exception for MCP-related errors.""" pass class DatabaseError(MCPError): """Database operation errors.""" pass class ValidationError(MCPError): """Input validation errors.""" pass class SecurityError(MCPError): """Security-related errors (SQL injection, etc.).""" pass class ToolExecutionError(MCPError): """Tool execution errors.""" pass

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