MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / TransportDecision

Class TransportDecision

uncommon_route/proxy.py:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156
157@dataclass(frozen=True, slots=True)
158class TransportDecision:
159 requested_transport: str
160 selected_transport: str
161 reason: str
162 preference_source: str
163 native_anthropic_transport: bool = False
164
165
166def _admin_auth_failure(request: Request) -> JSONResponse | None:

Callers 2

_choose_transportFunction · 0.85
_handle_chat_coreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected