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

Method export

uncommon_route/connections_store.py:121–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

119 return self._primary
120
121 def export(self) -> dict[str, Any]:
122 return {
123 "source": "local-file",
124 "editable": True,
125 "primary": {
126 "upstream": self._primary.upstream,
127 "has_api_key": bool(self._primary.api_key),
128 },
129 }
130
131 def set_primary(
132 self,

Callers 3

set_primaryMethod · 0.95
resetMethod · 0.95
_connections_payloadFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected