mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 12:17:45 +02:00
8 lines
213 B
Python
8 lines
213 B
Python
class DiscoveryError(Exception):
|
|
"""Raised when MCP tool discovery fails."""
|
|
pass
|
|
|
|
|
|
class DiscoveryConfigError(DiscoveryError):
|
|
"""Raised for invalid discovery configuration (client error)."""
|
|
pass |