MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / ModulesResponse

Class ModulesResponse

api/models.py:79–85  ·  view source on GitHub ↗

Response model for listing modules.

Source from the content-addressed store, hash-verified

77class ModulesResponse(BaseModel):
78 """Response model for listing modules."""
79 osint: list[ModuleInfo]
80 webscanner: list[ModuleInfo]
81 apisec: list[ModuleInfo]
82 compliance: list[ModuleInfo]
83 total: int
84
85
86class HealthResponse(BaseModel):
87 """Response model for health check."""
88 status: str = "healthy"

Callers 1

list_modulesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected