mirror of
https://github.com/langgenius/dify.git
synced 2026-06-09 09:31:52 +08:00
535fff62f3
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
11 lines
134 B
Python
11 lines
134 B
Python
class MCPError(Exception):
|
|
pass
|
|
|
|
|
|
class MCPConnectionError(MCPError):
|
|
pass
|
|
|
|
|
|
class MCPAuthError(MCPConnectionError):
|
|
pass
|