Files
mcp-python-sdk/mcp_python/shared/exceptions.py
David Soria Parra 4cbf815430 Initial import
2024-09-24 22:04:19 +01:00

10 lines
178 B
Python

from mcp_python.types import ErrorData
class McpError(Exception):
"""
Exception type raised when an error arrives over an MCP connection.
"""
error: ErrorData