mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-05 23:25:10 +08:00
11 lines
134 B
Python
11 lines
134 B
Python
class MCPError(Exception):
|
|
pass
|
|
|
|
|
|
class MCPConnectionError(MCPError):
|
|
pass
|
|
|
|
|
|
class MCPAuthError(MCPConnectionError):
|
|
pass
|