MCPcopy Create free account
hub / github.com/su-kaka/gcli2api / SystemStatus

Class SystemStatus

src/models.py:296–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294
295# Control Panel Models
296class SystemStatus(BaseModel):
297 status: str
298 timestamp: str
299 credentials: Dict[str, int]
300 config: Dict[str, Any]
301 current_credential: str
302
303
304class CredentialInfo(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected