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

Class PrimaryConnection

uncommon_route/connections_store.py:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34@dataclass(frozen=True, slots=True)
35class PrimaryConnection:
36 upstream: str = ""
37 api_key: str = ""
38
39
40@dataclass(frozen=True, slots=True)

Callers 3

_sanitize_primaryFunction · 0.85
set_primaryMethod · 0.85
resetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected