Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
class MCPErrorFormatter()
@staticmethod def format_error(error_type: str, message: str, details: dict[str, Any] | None = None, suggestion: str | None = None, http_status: int | None = None) -> str
@staticmethod def from_exception(exception: Exception, operation: str, context: dict[str, Any] | None = None) -> str
Was this page helpful?