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

Class ModuleInfo

api/models.py:70–76  ·  view source on GitHub ↗

Information about a module.

Source from the content-addressed store, hash-verified

68class ModuleInfo(BaseModel):
69 """Information about a module."""
70 name: str
71 category: str
72 description: str
73 options: dict[str, Any] = Field(default_factory=dict)
74 enabled: bool = True
75
76
77class ModulesResponse(BaseModel):
78 """Response model for listing modules."""
79 osint: list[ModuleInfo]

Callers 1

list_modulesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected