Source code for ralph.mcp.upstream._registry_collision_error
"""Error raised when two upstream servers produce the same proxy alias."""
from __future__ import annotations
[docs]
class RegistryCollisionError(ValueError):
"""Raised when two upstream servers produce the same proxy alias for a tool."""